summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index f001ba97..41533afb 100755
--- a/configure
+++ b/configure
@@ -92,7 +92,7 @@ for arg in "$0" ${@+"$@"} ; do
case $arg in
*"'"* )
case $arg in
- *'"'* | *'$'* )
+ *[\"\$\\]* )
cmdline="$cmdline'$(printf "%s" "$arg" | sed -e "s/'/'\\\\''/g")'"
;;
* )