From: Jim Meyering Date: Wed, 5 Feb 2003 20:31:59 +0000 (+0000) Subject: revert last change: I am removing POSIX from the offending (cksum) line altogether X-Git-Tag: v4.5.6~22 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0b1bd094999ee6d820059c160f2ff492a260cf3d;p=thirdparty%2Fcoreutils.git revert last change: I am removing POSIX from the offending (cksum) line altogether --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 0856c77498..6817e4fe59 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -33,7 +33,7 @@ check-texinfo: grep timezone $(srcdir)/*.texi && exit 1 || : grep '\$$@"' $(srcdir)/*.texi && exit 1 || : $(PERL) -ne \ - '/\bPOSIX\b/ && !/\@acronym{POSIX}/ && !/^\* / || /{posix}/ and print,exit 1' \ + '/\bPOSIX\b/ && !/\@acronym{POSIX}/ || /{posix}/ and print,exit 1' \ $(srcdir)/*.texi 2> /dev/null && : || exit 1 check: check-texinfo