summaryrefslogtreecommitdiffstats
path: root/JavaScriptCore/pcre/dftables
diff options
context:
space:
mode:
Diffstat (limited to 'JavaScriptCore/pcre/dftables')
-rwxr-xr-xJavaScriptCore/pcre/dftables2
1 files changed, 1 insertions, 1 deletions
diff --git a/JavaScriptCore/pcre/dftables b/JavaScriptCore/pcre/dftables
index de2f5bb..8a2d140 100755
--- a/JavaScriptCore/pcre/dftables
+++ b/JavaScriptCore/pcre/dftables
@@ -244,7 +244,7 @@ sub readHeaderValues()
my ($fh, $tempFile) = tempfile(
basename($0) . "-XXXXXXXX",
- DIR => ($ENV{'TMPDIR'} || "/tmp"),
+ DIR => File::Spec->tmpdir,
SUFFIX => ".in",
UNLINK => 0,
);