1
0
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:
Pádraig Brady
2023-07-18 18:55:30 +01:00
parent 1b86b70dd5
commit 464be62df6
4 changed files with 7 additions and 3 deletions

View File

@@ -274,7 +274,7 @@ gnulib_modules="
time_rz
timer-time
timespec
tmpfile
tmpdir
tzset
uname
unicodeio