Skip to content

Commit

Permalink
fix typo in be88193
Browse files Browse the repository at this point in the history
  • Loading branch information
BenLubar committed Feb 10, 2020
1 parent 69611ab commit be6f9a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/linux/dfhack
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ case "$1" in
strace -f setarch "$setarch_arch" -R env LD_PRELOAD="$PRELOAD_LIB" ./libs/Dwarf_Fortress "$@" 2> strace.log
ret=$?
;;
-x || --exec)
-x | --exec)
exec setarch "$setarch_arch" -R env LD_PRELOAD="$PRELOAD_LIB" ./libs/Dwarf_Fortress "$@"
# script does not resume
;;
Expand Down

0 comments on commit be6f9a2

Please sign in to comment.