X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=scripts%2Fconfig;fp=scripts%2Fconfig;h=ee355394f4ef76eeb6d6f74dac00729d8cc942e3;hb=f6774cbcad7aa21ac0d4fc92a5e4deae901f6534;hp=f65a44a7886a7192d3c9cea6457e1aa8dee4d42f;hpb=1fa850596dcbc1b147948c832eb770d96c78024e;p=~andy%2Flinux diff --git a/scripts/config b/scripts/config index f65a44a7886..ee355394f4e 100755 --- a/scripts/config +++ b/scripts/config @@ -156,7 +156,7 @@ while [ "$1" != "" ] ; do V="${V/#${CONFIG_}$ARG=/}" V="${V/#\"/}" V="${V/%\"/}" - V="${V/\\\"/\"}" + V="${V//\\\"/\"}" echo "${V}" fi fi