Browse Source

Quote variables in configure script

v0.7.4-release
Ryan Dahl 15 years ago
parent
commit
f7ff548dd0
  1. 4
      configure

4
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 $*

Loading…
Cancel
Save