From 8a2169d6749498c7929e7533f6b3c9d965b0aa3b Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 13 Apr 2010 13:44:28 +1000 Subject: build: cope with spaces in options passed to ./configure --- buildtools/scripts/configure.waf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit