Browse Source

Avoid re-override of TMP ENVVAL

pull/15/head
10sr 9 years ago
parent
commit
1b0110baea
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      profile

+ 1
- 1
profile View 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"


Loading…
Cancel
Save