diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-04-13 13:44:28 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-13 13:45:01 +1000 |
commit | 8a2169d6749498c7929e7533f6b3c9d965b0aa3b (patch) | |
tree | 9ddbd7069e14a92ee9906c3df1ba6b849316fde7 /buildtools/scripts | |
parent | a7d762bd2977ed1c36399d13ddc18371c5514fd0 (diff) | |
download | samba-8a2169d6749498c7929e7533f6b3c9d965b0aa3b.tar.gz samba-8a2169d6749498c7929e7533f6b3c9d965b0aa3b.tar.bz2 samba-8a2169d6749498c7929e7533f6b3c9d965b0aa3b.zip |
build: cope with spaces in options passed to ./configure
Diffstat (limited to 'buildtools/scripts')
-rwxr-xr-x | buildtools/scripts/configure.waf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/scripts/configure.waf b/buildtools/scripts/configure.waf index 79a7a35c5d..342f4c2e46 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 |