summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2014-10-08 18:36:26 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2014-10-08 18:36:26 -0500
commit91fd00e7e7f8d55af11bcbdce67e5e12bbddbe16 (patch)
tree9b0c40ae14267a2b0015c8889ce6d4df72dfc268
parent8e6023cd0d52746070ed629414d54f12864c3338 (diff)
tb TMP and TEMP are also used as TMPDIR....
-rw-r--r--tb/tb_phases.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tb/tb_phases.sh b/tb/tb_phases.sh
index 1472e62..20e4409 100644
--- a/tb/tb_phases.sh
+++ b/tb/tb_phases.sh
@@ -15,6 +15,8 @@ canonical_pre_autogen()
rm -fr tempdir
mkdir tempdir
export TMPDIR="$(pwd)/tempdir"
+ export TMP="$(pwd)/tempdir"
+ export TEMP="$(pwd)/tempdir"
fi
fi
}