]> arthur.barton.de Git - ConfigScripts.git/blobdiff - sys/profile
Fix test for "root" user
[ConfigScripts.git] / 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=">"; ;;