From dffd52202e89374e3ff38b645cf7d5bc0360a36b Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Thu, 15 Feb 2007 20:23:26 +0000 Subject: Add missing quotes. svn path=/main/trunk/; revision=5970 --- bin/etc-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') 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 -- cgit v1.2.3-1-g7c22