* src/shuf.c (main): s/No/no/, introduced by commit
v8.22-25-g9f60f37.
* NEWS: Also adjust the NEWS for that recent commit to make it
clear this was new bug rather than a regression.
Prompted by the syntax-check rule sc_error_message_uppercase
it would display an error, requiring --no-dereference to avoid the issue.
[bug introduced in coreutils-5.3.0]
- shuf -r no longer dumps core if the input is empty.
- [bug introduced in coreutils-8.22]
+ shuf --repeat no longer dumps core if the input is empty.
+ [bug introduced with the --repeat feature in coreutils-8.22]
** New features
else
{
if (n_lines == 0)
- error (EXIT_FAILURE, 0, _("No lines to repeat"));
+ error (EXIT_FAILURE, 0, _("no lines to repeat"));
if (input_range)
i = write_random_numbers (randint_source, head_lines,
lo_input, hi_input, eolbyte);