scripts/config: fix double-quotes un-escaping
[linux-2.6-block.git] / scripts / config
index ed6653ef9702aa5320756537bb942e8a35123cb4..9e984bc96e188cb2e3d086c7b811e3edb2d6df64 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