LD_PRELOAD should use colon rather then space as delimiter

develop
miffedmap 2015-02-07 20:43:27 +02:00
parent 54bd347b3d
commit df9633c827
1 changed files with 1 additions and 1 deletions

@ -38,7 +38,7 @@ old_tty_settings=$(stty -g)
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"./hack/libs":"./hack"
PRELOAD_LIB="$PRELOAD_LIB ./hack/libdfhack.so"
PRELOAD_LIB="$PRELOAD_LIB:./hack/libdfhack.so"
case "$1" in
-g | --gdb)