[general] Fix issue with spaces in setup script

Closes #294.
This commit is contained in:
Philip Rebohle 2018-04-17 12:09:33 +02:00
parent 388fe02158
commit d043753e7c
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
export WINEDEBUG=-all
dlls_dir=`dirname $(readlink -f $0)`
dlls_dir=`dirname "$(readlink -f $0)"`
build_arch='@arch@'
if [ ! -f "$dlls_dir/d3d11.dll" ] || [ ! -f "$dlls_dir/dxgi.dll" ]; then