From 9ac37a544b8d5056f3bab8ab451892d54a82c5ed Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sun, 23 Mar 2014 14:02:12 +0100 Subject: [PATCH] Fix test for "root" user --- sys/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/profile b/sys/profile index 7b846f8..fad0145 100644 --- a/sys/profile +++ b/sys/profile @@ -150,7 +150,7 @@ type -p tset >/dev/null 2>&1 # icalBuddy(1) type -p icalBuddy >/dev/null 2>&1 -if [ $? -eq 0 -a "$LOGNAME" <> "root" ]; then +if [ $? -eq 0 -a "$LOGNAME" != "root" ]; then case "$LANG" in *.UTF*) bul="•"; bul_imp="!"; sep="»"; ;; *) bul="*"; bul_imp="!"; sep=">"; ;; -- 2.39.2