mirror of
https://github.com/uutils/coreutils
synced 2025-01-05 17:59:00 +00:00
6da070cdd3
Make `mktemp` exit with an error if the `--suffix` option is the empty string and the template argument does not end in an "X". Previously, the program succeeded. Before this commit, $ mktemp --suffix= aXXXb apBEb After this commit, $ mktemp --suffix= aXXXb mktemp: with --suffix, template 'aXXXb' must end in X |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE |