Skip to content

Commit

Permalink
add missing quotes around potentially undefined var
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Apr 11, 2024
1 parent d95e8e7 commit a0e6dc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/linux/dfhack
Expand Up @@ -124,7 +124,7 @@ case "$1" in
;;
*)
TARGET=./dwarfort
if [ $SteamAppId = 2346660 ]; then
if [ "$SteamAppId" = 2346660 ]; then
TARGET=hack/launchdf
fi
setarch "$setarch_arch" -R env LD_PRELOAD="${LD_PRELOAD:+$LD_PRELOAD:}$PRELOAD_LIB" $TARGET "$@"
Expand Down

0 comments on commit a0e6dc5

Please sign in to comment.