Explorar el Código

Avoid re-override of TMP ENVVAL

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

+ 1
- 1
profile Ver fichero

@@ -108,7 +108,7 @@ then
export TMP=/tmp
fi
fi
export TMP="${TMP}/${USER}-tmp"
expr "$TMP" : ".*$USER-tmp" || export TMP="${TMP}/${USER}-tmp"
export TEMP=$TMP
export TMPDIR=$TMP
test -d "$TMP" || mkdir -p "$TMP"


Cargando…
Cancelar
Guardar