Merge remote-tracking branch 'lethosor/patch-3'

develop
expwnent 2014-06-19 12:39:27 -04:00
commit 1500729c6f
1 changed files with 1 additions and 1 deletions

@ -12,6 +12,6 @@ fi
old_tty_settings=$(stty -g)
cd "${PWD}"
DYLD_INSERT_LIBRARIES=./hack/libdfhack.dylib ./dwarfort.exe
DYLD_INSERT_LIBRARIES=./hack/libdfhack.dylib ./dwarfort.exe "$@"
stty "$old_tty_settings"
echo ""