Explorar el Código

profile: Do not use -v for variable check

pull/5/head
10sr hace 9 años
padre
commit
3bc4516ce9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      profile

+ 1
- 1
profile Ver fichero

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


Cargando…
Cancelar
Guardar