coreutils/src
Jeffrey Finkelstein 35fb4e6ea1 mktemp: include suffix in error message
Include the suffix in the error message produced by `mktemp` when
there are too few Xs in the template. Before this commit,

    $ mktemp --suffix=X aXX
    mktemp: too few X's in template 'aXX'

After this commit,

    $ mktemp --suffix=X aXX
    mktemp: too few X's in template 'aXXX'

This matches the behavior of GNU `mktemp`.
2022-05-21 21:59:06 -04:00
..
bin docs: don't download the tldr archive (#3415) 2022-04-17 21:33:51 +02:00
uu mktemp: include suffix in error message 2022-05-21 21:59:06 -04:00
uucore uucore: add InvalidSuffix to ParseSizeError 2022-05-17 15:37:49 +02:00
uucore_procs Change edition to 2021 2022-04-05 10:39:31 +02:00