Sfoglia il codice sorgente

profile: Do not use -v for variable check

pull/5/head
10sr 9 anni fa
parent
commit
3bc4516ce9
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      profile

+ 1
- 1
profile Vedi File

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


Caricamento…
Annulla
Salva