Skip to content

Commit

Permalink
[build] Ensure setup_d3d8.sh works with spaces in basedir
Browse files Browse the repository at this point in the history
Co-authored-by: icezero <[email protected]>
  • Loading branch information
AlpyneDreams and iczero committed Nov 11, 2022
1 parent f4d5d35 commit d99f47d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup_d3d8.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ proton_dxvk64=${proton_dxvk64:-"files/lib64/wine/dxvk"}
dxvk_lib32=${dxvk_lib32:-"x32"}

# figure out where we are
basedir=$(dirname "$(readlink -f $0)")
basedir="$(dirname "$(readlink -f "$0")")"

# figure out which action to perform
action="$1"
Expand Down

0 comments on commit d99f47d

Please sign in to comment.