From f7ff548dd01c18f14e6f23c5d6ab628e00c429da Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 11 May 2010 10:25:27 -0700 Subject: Quote variables in configure script --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 7267f64eb..de002e39b 100755 --- 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 $* -- cgit v1.2.3