Przeglądaj źródła

profile: Do not use -v for variable check

pull/5/head
10sr 9 lat temu
rodzic
commit
3bc4516ce9
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      profile

+ 1
- 1
profile Wyświetl plik

@@ -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


Ładowanie…
Anuluj
Zapisz