Parcourir la source

profile: Do not use -v for variable check

pull/5/head
10sr il y a 9 ans
Parent
révision
3bc4516ce9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      profile

+ 1
- 1
profile Voir le fichier

@@ -88,7 +88,7 @@ then
TERM=screen-256color
fi

if test '!' -v USER -a -v USERNAME
if test -z "$USER" -a -n "$USERNAME"
then
export USER=$USERNAME
fi


Chargement…
Annuler
Enregistrer