summaryrefslogtreecommitdiffstats
path: root/bin/etc-update
diff options
context:
space:
mode:
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 e64ef493b..03e9dc9fe 100755
--- a/bin/etc-update
+++ b/bin/etc-update
@@ -206,7 +206,7 @@ user_special() {
echo "ERROR: user_special() called without arguments"
return 1
fi
- while read pat; do
+ while read -r pat; do
echo ${1} | grep "${pat}" > /dev/null && return 0
done < ${PORTAGE_CONFIGROOT}etc/etc-update.special
fi