Ver a proveniência

profile: Do not use -v for variable check

pull/5/head
10sr há 9 anos
ascendente
cometimento
3bc4516ce9
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      profile

+ 1
- 1
profile Ver ficheiro

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


Carregando…
Cancelar
Guardar