aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/wrappers/tempdir.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wrappers/tempdir.sh b/src/wrappers/tempdir.sh
index 4426b73a7..f25ae7f51 100644
--- a/src/wrappers/tempdir.sh
+++ b/src/wrappers/tempdir.sh
@@ -6,6 +6,7 @@ cygwin=
cygwin=$(uname | sed -ne '/^CYGWIN/p')
if [ -n "$cygwin" ]; then
TMPDIR=.
+ export TMPDIR
fi
THIS_TEMPDIR=