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