Pārlūkot izejas kodu

set TMPDIR

pull/1/head
10sr pirms 10 gadiem
vecāks
revīzija
2242ceb273
1 mainītis faili ar 5 papildinājumiem un 2 dzēšanām
  1. +5
    -2
      shrc

+ 5
- 2
shrc Parādīt failu

@@ -158,6 +158,8 @@ then
TERM=screen-256color
fi

# set TMP, TEMP, TMPDIR

if test -z "$TMP"
then
if test -n "$TMPDIR"
@@ -170,9 +172,10 @@ then
export TMP=/tmp
fi
fi
__match "$TMP" "${USER}-tmp" >/dev/null || export TMP="${TMP}/${USER}-tmp"
export TEMP="$TMP"
__match "$TMP" "${USER}-tmp" >/dev/null || TMP="${TMP}/${USER}-tmp"
test -d "$TMP" || mkdir -p "$TMP"
export TEMP=$TMP
export TMPDIR=$TMP

if ! $iswindows && null type stty
then


Notiek ielāde…
Atcelt
Saglabāt