From: Michael Prokop Date: Wed, 10 Nov 2010 15:23:52 +0000 (+0100) Subject: Proberly quote $CURRENT_DIR. X-Git-Tag: v0.12.0~17 X-Git-Url: http://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=da2a27cfe0d677b34ff8e8176902257a3e839eda Proberly quote $CURRENT_DIR. Thanks: Andreas Marschke --- diff --git a/grml-live b/grml-live index d126f82..854440b 100755 --- a/grml-live +++ b/grml-live @@ -1227,7 +1227,7 @@ else ;; esac - cd $CURRENT_DIR + cd "$CURRENT_DIR" fi if [ "$RC" = 0 ] ; then