Ensure setup_dxvk.sh works with spaces in basedir

This commit is contained in:
iczero 2022-10-24 05:59:17 -04:00 committed by Philip Rebohle
parent 9c22a58543
commit 6335f065c3
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ dxvk_lib32=${dxvk_lib32:-"x32"}
dxvk_lib64=${dxvk_lib64:-"x64"}
# figure out where we are
basedir=$(dirname "$(readlink -f $0)")
basedir="$(dirname "$(readlink -f "$0")")"
# figure out which action to perform
action="$1"