From bb45fd1656a776ad935442d5d986fcedd23aeceb Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Tue, 22 May 2012 10:21:21 -0700 Subject: [PATCH] amend 819fa0dac939f by quoting configure options to support multiple flags - thanks @lightmare --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 141f72cb5..ebe8aaf7b 100755 --- a/configure +++ b/configure @@ -1,3 +1,3 @@ #!/bin/sh -python scons/scons.py configure $@ +python scons/scons.py configure "$@"