projects
/
portage.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d179d23
)
Add missing quotes.
author
Zac Medico
<zmedico@gentoo.org>
Thu, 15 Feb 2007 20:23:26 +0000
(20:23 -0000)
committer
Zac Medico
<zmedico@gentoo.org>
Thu, 15 Feb 2007 20:23:26 +0000
(20:23 -0000)
svn path=/main/trunk/; revision=5970
bin/etc-update
patch
|
blob
|
history
diff --git
a/bin/etc-update
b/bin/etc-update
index b51b1b6701f6f9d4b843baa1f2fa2fc208391dca..858a6b98c35c6aba5f101dae2f43b6844be48de6 100755
(executable)
--- 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