X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=scripts%2Fconfig;h=ee355394f4ef76eeb6d6f74dac00729d8cc942e3;hb=7034ed132f0af8526f4a8eb7229dd25366a20bfa;hp=f65a44a7886a7192d3c9cea6457e1aa8dee4d42f;hpb=d5bfb6b3814b2c9cd83e9395a60fc4b4e42a242d;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git diff --git a/scripts/config b/scripts/config index f65a44a..ee35539 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