On Mon, Feb 06, 2006 at 10:08:45AM +0100, Jim Meyering wrote:
> I've applied it upstream, for coreutils-6.x.
> 
> I spotted a few others, so added a `make distcheck' rule to ensure
> that no more creep in.  Here's the additional patch:
[...]

Thank.

I've found some other similar issues in install.c, join.c, pr.c, and uniq.c

I'm attaching a patch for Makefile.maint

Kind Regards,
-- 
Nekral
--- /tmp/Makefile.maint.orig    2006-02-17 23:58:46.000000000 +0100
+++ /tmp/Makefile.maint 2006-02-17 23:53:52.000000000 +0100
@@ -263,7 +263,7 @@
                1>&2; exit 1; } || :
 
 sc_two_space_separator_in_usage:
-       @grep -n '^   *--[a-z][0-9A-Za-z-]* [^ ].*\\$$'                 \
+       @grep -n '^   *\(-[A-Za-z],\)\? 
--[a-z][0-9A-Za-z-]*\(\[=[0-9A-Za-z-]*\]\)\? [^ ].*\\$$' \
            $$($(CVS_LIST_EXCEPT)) &&                                   \
          { echo "$(ME): help2man requires at least two spaces between"; \
            echo "$(ME): an option and its description"; \
_______________________________________________
Bug-coreutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to