mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-20 18:56:39 +02:00
split: honor $TMPDIR for temp files
* bootstrap.conf: Depend on tmpdir rather than tmpfile, as the standard tmpfile() doesn't honor $TMPDIR. * src/split.c (copy_to_tmpfile): Adjust to call temp_stream() rather than tmpfile(); * NEWS: Mention the improvement.
This commit is contained in:
@@ -274,7 +274,7 @@ gnulib_modules="
|
||||
time_rz
|
||||
timer-time
|
||||
timespec
|
||||
tmpfile
|
||||
tmpdir
|
||||
tzset
|
||||
uname
|
||||
unicodeio
|
||||
|
||||
Reference in New Issue
Block a user