Quote variables in configure script
authorRyan Dahl <ry@tinyclouds.org>
Tue, 11 May 2010 17:25:27 +0000 (10:25 -0700)
committerRyan Dahl <ry@tinyclouds.org>
Tue, 11 May 2010 17:25:27 +0000 (10:25 -0700)
configure

index 7267f64..de002e3 100755 (executable)
--- a/configure
+++ b/configure
@@ -11,10 +11,10 @@ CUR_DIR=$PWD
 
 #possible relative path
 WORKINGDIR=`dirname $0`
-cd $WORKINGDIR
+cd "$WORKINGDIR"
 #abs path
 WORKINGDIR=`pwd`
-cd $CUR_DIR
+cd "$CUR_DIR"
 
 "${WORKINGDIR}/tools/waf-light" --jobs=1 configure $*