summaryrefslogtreecommitdiff
path: root/src/wrappers/tempdir.sh
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-01-09 08:39:19 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-01-09 08:39:19 +0000
commit55031090dea5e7b3e1f1932c12573d369caf13ef (patch)
tree59e86dca0fa25280f124a3a6841931063afe707b /src/wrappers/tempdir.sh
parentf55b54917a3452eda8cc8f4f63889f6cf22d64e5 (diff)
Need to export TMPDIR in tempdir.sh.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@482 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'src/wrappers/tempdir.sh')
-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=