From da2a27cfe0d677b34ff8e8176902257a3e839eda Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 10 Nov 2010 16:23:52 +0100 Subject: [PATCH] Proberly quote $CURRENT_DIR. Thanks: Andreas Marschke --- grml-live | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.1.4