]> arthur.barton.de Git - ConfigScripts.git/commitdiff
Fix test for "root" user
authorAlexander Barton <alex@barton.de>
Sun, 23 Mar 2014 13:02:12 +0000 (14:02 +0100)
committerAlexander Barton <alex@barton.de>
Sun, 23 Mar 2014 13:02:12 +0000 (14:02 +0100)
sys/profile

index 7b846f855d6e0aca160016d92523ecdf925367d4..fad0145bfae2922d08868b42ca9c87fd75b1690c 100644 (file)
@@ -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=">"; ;;