scripts/config: fix double-quotes un-escaping
[cascardo/linux.git] / scripts / config
index ed6653e..9e984bc 100755 (executable)
@@ -128,7 +128,7 @@ while [ "$1" != "" ] ; do
                                V="${V/#CONFIG_$ARG=/}"
                                V="${V/#\"/}"
                                V="${V/%\"/}"
-                               V="${V/\\\"/\"}"
+                               V="${V//\\\"/\"}"
                                echo "${V}"
                        fi
                fi