From 262a10162543ebbb237a1724e994b09cdfd852a2 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 17 Jan 2010 16:15:22 +0100 Subject: [PATCH 1/1] shell: Also export TEMP just to be sure. --- shell/env | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shell/env b/shell/env index e0e2a89..e8a1789 100644 --- a/shell/env +++ b/shell/env @@ -36,8 +36,9 @@ export PAGER # problems on multi-user systems. if [ -O ~/tmp -a -d ~/tmp ]; then TMP=~/tmp + TEMP=$TMP TMPDIR=$TMP - export TMP TMPDIR + export TMP TEMP TMPDIR fi # Set colors for GNU ls (and zsh completions). This colors files normal (fi), -- 2.44.2