summaryrefslogtreecommitdiff
path: root/buildtools/scripts
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-04-13 13:44:28 +1000
committerAndrew Tridgell <tridge@samba.org>2010-04-13 13:45:01 +1000
commit8a2169d6749498c7929e7533f6b3c9d965b0aa3b (patch)
tree9ddbd7069e14a92ee9906c3df1ba6b849316fde7 /buildtools/scripts
parenta7d762bd2977ed1c36399d13ddc18371c5514fd0 (diff)
downloadsamba-8a2169d6749498c7929e7533f6b3c9d965b0aa3b.tar.gz
build: cope with spaces in options passed to ./configure
Diffstat (limited to 'buildtools/scripts')
-rwxr-xr-xbuildtools/scripts/configure.waf2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/scripts/configure.waf b/buildtools/scripts/configure.waf
index 79a7a35c5dc..342f4c2e46e 100755
--- a/buildtools/scripts/configure.waf
+++ b/buildtools/scripts/configure.waf
@@ -10,5 +10,5 @@ JOBS=1
export JOBS
cd BUILDPATH
-$WAF configure $*
+$WAF configure "$@"
cd $PREVPATH