summaryrefslogtreecommitdiff
path: root/01_Functions.zsh
diff options
context:
space:
mode:
Diffstat (limited to '01_Functions.zsh')
-rw-r--r--01_Functions.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/01_Functions.zsh b/01_Functions.zsh
index 0cb57b0..e9d67e6 100644
--- a/01_Functions.zsh
+++ b/01_Functions.zsh
@@ -129,7 +129,7 @@ normal_user ()
if [ -e /etc/login.defs ]
then
eval `grep -v '^[$#]' /etc/login.defs | grep "^UID_" | tr -d '[:blank:]' | sed 's/^[A-Z_]\+/&=/'`
- [ \( $UID -ge $UID_MIN \) -a \( $UID -le $UID_MAX \) ]
+ [ \( $UID -ge $UID_MIN \) ]
else
[ "`whoami`" != "root" ]
fi