]> git.ipfire.org Git - thirdparty/HylaFAX.git/commitdiff
TMPDIR was not exported for external programs usage
authorPatrice Fournier <pfournier@ifax.com>
Fri, 13 Jun 2008 19:29:03 +0000 (19:29 +0000)
committerPatrice Fournier <pfournier@ifax.com>
Fri, 13 Jun 2008 19:29:03 +0000 (19:29 +0000)
util/common-functions.sh.in

index 6a563a2335f3f32e97de6b5c597e25bfec4457a5..0236e0f364e3fa239f2e5875b7c2d1e3d7c9970c 100644 (file)
@@ -662,6 +662,7 @@ SetupPrivateTmp()
     fi
     # We want any called programs to use our tmp dir.
     TMPDIR=$HYLAFAX_TMPDIR
+    export TMPDIR
 
     trap cleanupExit 0
     trap "hfExit 1" 1 2 15