coreutils/src
Jeffrey Finkelstein 61345cbdc9 mktemp: respect TMPDIR environment variable
Change `mktemp` so that it respects the value of the `TMPDIR`
environment variable if no directory is otherwise specified in its
arguments. For example, before this commit

    $ TMPDIR=. mktemp
    /tmp/tmp.WDJ66MaS1T

After this commit,

    $ TMPDIR=. mktemp
    ./tmp.h96VZBhv8P

This matches the behavior of GNU `mktemp`.
2022-09-13 19:38:25 -04:00
..
bin Fix completion with a clap update 2022-08-17 13:13:27 +03:00
uu mktemp: respect TMPDIR environment variable 2022-09-13 19:38:25 -04:00
uucore change remaining usage codes of 2 to 1 for GNU compat 2022-09-10 20:24:24 +02:00
uucore_procs Clippy fixes in multiple crates 2022-08-23 18:30:43 -04:00