summaryrefslogtreecommitdiffstats
path: root/bin/etc-update
diff options
context:
space:
mode:
Diffstat (limited to 'bin/etc-update')
-rwxr-xr-xbin/etc-update3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/etc-update b/bin/etc-update
index 340be9eb7..8e2cf51b6 100755
--- a/bin/etc-update
+++ b/bin/etc-update
@@ -186,9 +186,8 @@ function user_special() {
while read pat; do
echo ${1} | grep "${pat}" > /dev/null && return 0
done < /etc/etc-update.special
- else
- return 1
fi
+ return 1
}
function do_file() {