diff options
Diffstat (limited to 'JavaScriptCore/pcre/dftables')
-rwxr-xr-x | JavaScriptCore/pcre/dftables | 2 |
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, ); |