Sfoglia il codice sorgente

Avoid re-override of TMP ENVVAL

pull/15/head
10sr 8 anni fa
parent
commit
1b0110baea
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      profile

+ 1
- 1
profile Vedi File

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


Caricamento…
Annulla
Salva