Merge pull request #535 from miffedmap/allow_rc_preload

LD_PRELOAD should use colon rather then space as delimiter
develop
Lethosor 2015-02-07 15:45:35 -05:00
commit a32bc2ff21
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)