From 55031090dea5e7b3e1f1932c12573d369caf13ef Mon Sep 17 00:00:00 2001 From: fiddlosopher Date: Tue, 9 Jan 2007 08:39:19 +0000 Subject: Need to export TMPDIR in tempdir.sh. git-svn-id: https://pandoc.googlecode.com/svn/trunk@482 788f1e2b-df1e-0410-8736-df70ead52e1b --- src/wrappers/tempdir.sh | 1 + 1 file changed, 1 insertion(+) 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= -- cgit v1.2.3