mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-27 09:35:58 +02:00
Redirect stderr to /dev/null for initial perl invocation.
This commit is contained in:
@@ -33,7 +33,7 @@ check-texinfo:
|
||||
fail=0; \
|
||||
grep timezone $(srcdir)/*.texi && fail=1; \
|
||||
grep '\$$@"' $(srcdir)/*.texi && fail=1; \
|
||||
$(PERL) -e 1 && { $(PERL) -ne \
|
||||
$(PERL) -e 1 2> /dev/null && { $(PERL) -ne \
|
||||
'/\bPOSIX\b/ && !/\@acronym{POSIX}/ && !/^\* / || /{posix}/ and print,exit 1' \
|
||||
$(srcdir)/*.texi 2> /dev/null || fail=1; }; \
|
||||
exit $$fail
|
||||
|
||||
Reference in New Issue
Block a user