summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index d3315f95..4e53f0ab 100755
--- a/configure
+++ b/configure
@@ -103,6 +103,9 @@ for arg in "$0" ${@+"$@"} ; do
*'"'* | *['$*?[(){};&|<>#']* | '~'* )
cmdline="$cmdline'$arg'"
;;
+ *' '* | *' '* )
+ cmdline="$cmdline\"$arg\""
+ ;;
* )
cmdline="$cmdline$arg"
;;