bug#36739: [PATCH] maint: fix issues in syntax-check

2019-08-06 Thread Paul Eggert
Thanks, I installed that.

bug#36739: [PATCH] maint: fix issues in syntax-check

2019-08-06 Thread Bernhard Voelker
On 7/20/19 9:27 AM, Akim Demaille wrote: > # Ensure that tests call the print_ver_ function for programs which are > # actually used in that test. > sc_prohibit_test_calls_print_ver_with_irrelevant_argument: > - @git grep -w print_ver_ $(srcdir)/tests \ > + @cd

bug#36901: Enhance directory and file moves where target already exists

2019-08-06 Thread Bernhard Voelker
On 8/3/19 8:21 AM, L A Walsh wrote: > On 2019/08/02 23:10, Assaf Gordon wrote: >> Specifically, at the top of the page: >> https://pubs.opengroup.org/onlinepubs/9699919799/utilities/mv.html >>SYNOPSIS >> mv [-if] source_file target_file >> mv [-if] source_file... target_dir >>