summaryrefslogtreecommitdiffstats
path: root/bin/etc-update
diff options
context:
space:
mode:
authorZac Medico <zmedico@gentoo.org>2012-03-17 16:28:54 -0700
committerZac Medico <zmedico@gentoo.org>2012-03-17 16:28:54 -0700
commite2d957d83109c678bce388b2f553fa2403711724 (patch)
tree822ea032d92b11928e4ba36454badeffab240d62 /bin/etc-update
parente769fdbec25f2e77953619bc131f15518a33ad1a (diff)
downloadportage-e2d957d83109c678bce388b2f553fa2403711724.tar.gz
portage-e2d957d83109c678bce388b2f553fa2403711724.tar.bz2
portage-e2d957d83109c678bce388b2f553fa2403711724.zip
etc-update: quote ${file}v2.2.0_alpha91
Diffstat (limited to 'bin/etc-update')
-rwxr-xr-xbin/etc-update2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/etc-update b/bin/etc-update
index b07652075..b4f9eec53 100755
--- a/bin/etc-update
+++ b/bin/etc-update
@@ -391,7 +391,7 @@ do_cfg() {
local ofile=$2
local -i my_input=0
- until (( my_input == -1 )) || [ ! -f ${file} ] ; do
+ until (( my_input == -1 )) || [ ! -f "${file}" ] ; do
if [[ "${OVERWRITE_ALL}" == "yes" ]] && ! user_special "${ofile}"; then
my_input=1
elif [[ "${DELETE_ALL}" == "yes" ]] && ! user_special "${ofile}"; then