git.samba.org
/
samba.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
build: cope with spaces in options passed to ./configure
[samba.git]
/
buildtools
/
scripts
/
configure.waf
diff --git
a/buildtools/scripts/configure.waf
b/buildtools/scripts/configure.waf
index 79a7a35c5dc7db4708aabce9ad07b3e863573fb6..342f4c2e46e0676356504a6c491f715589cd177f 100755
(executable)
--- 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