From: Zac Medico Date: Thu, 15 Feb 2007 20:23:26 +0000 (-0000) Subject: Add missing quotes. X-Git-Tag: v2.2_pre1~1704 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=dffd52202e89374e3ff38b645cf7d5bc0360a36b;p=portage.git Add missing quotes. svn path=/main/trunk/; revision=5970 --- diff --git a/bin/etc-update b/bin/etc-update index b51b1b670..858a6b98c 100755 --- a/bin/etc-update +++ b/bin/etc-update @@ -61,7 +61,7 @@ function scan() { rfile=$(echo "${file/\/\///}" | sed -e "s:^.*/::") for mpath in ${CONFIG_PROTECT_MASK}; do mpath="${ROOT}${mpath}" - mpath=$(echo ${mpath/\/\///}) + mpath=$(echo "${mpath/\/\///}") if [[ "${rpath}" == "${mpath}"* ]]; then mv ${rpath}/${rfile} ${rpath}/${rfile:10} break