coreutils/src/uu/mktemp
Jeffrey Finkelstein 6da070cdd3 mktemp: error on empty --suffix in some situations
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
2022-06-06 21:24:59 -04:00
..
src mktemp: error on empty --suffix in some situations 2022-06-06 21:24:59 -04:00
Cargo.toml Version 0.0.14 (#3553) 2022-05-22 19:57:19 +02:00
LICENSE Include license text in all published crates 2022-03-05 21:21:46 +01:00