From df9633c827034f2f511bb7c9551c75c9c1225d73 Mon Sep 17 00:00:00 2001 From: miffedmap Date: Sat, 7 Feb 2015 20:43:27 +0200 Subject: [PATCH] LD_PRELOAD should use colon rather then space as delimiter --- package/linux/dfhack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/linux/dfhack b/package/linux/dfhack index c31c1dee1..53f74cca7 100755 --- a/package/linux/dfhack +++ b/package/linux/dfhack @@ -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)