mirror of
https://github.com/uutils/coreutils
synced 2024-11-16 01:38:04 +00:00
aa6aefbd64
Fix a bug in `mktemp` where it was not respecting the path given by the positional argument. Previously, it would place the temporary file whose name is induced by a given template in the `/tmp` directory, like this: $ mktemp XXX /tmp/LJr $ mktemp d/XXX /tmp/d/IhS After this commit, it respects the directory given in the template argument: $ mktemp XXX LJr $ mktemp d/XXX d/IhS Fixes #3440. |
||
---|---|---|
.. | ||
benches/factor | ||
by-util | ||
common | ||
fixtures | ||
test_util_name.rs | ||
tests.rs |