Browse Source

fix bug

pull/1/head
10sr 11 years ago
parent
commit
2c6fcc7c6b
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      profile

+ 2
- 1
profile View File

@@ -33,11 +33,12 @@ export LD_LIBRARY_PATH="$HOME/.local/lib:$LD_LIBRARY_PATH"
type setterm >/dev/null 2>&1 && setterm -blank 30 -powersave on # -powerdown 10
# in my environment powerdown does not work

if test -n $TMPDIR
if test -n "$TMPDIR"
then
export TMP=$TMPDIR
else
export TMP=/tmp/
fi
export TMP="${TMP}${USER}-tmp"
export TEMP="$TMP"
mkdir -p "$TMP"

Loading…
Cancel
Save