Changeset 44357 in webkit for trunk/JavaScriptCore
- Timestamp:
- Jun 2, 2009, 6:54:49 AM (16 years ago)
- Location:
- trunk/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/ChangeLog
r44356 r44357 1 2009-06-02 Tor Arne Vestbø <[email protected]> 2 3 Rubber-stamped by Simon Hausmann. 4 5 Use File::Spec->tmpdir instead of hardcoded paths for tempfile() dir 6 7 This fixes the Windows-build if the user does not have a /tmp directory. 8 9 * pcre/dftables: 10 1 11 2009-06-02 Gavin Barraclough <[email protected]> 2 12 -
trunk/JavaScriptCore/pcre/dftables
r39554 r44357 245 245 my ($fh, $tempFile) = tempfile( 246 246 basename($0) . "-XXXXXXXX", 247 DIR => ($ENV{'TMPDIR'} || "/tmp"),247 DIR => File::Spec->tmpdir, 248 248 SUFFIX => ".in", 249 249 UNLINK => 0,
Note:
See TracChangeset
for help on using the changeset viewer.