mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-15 11:52:15 +02:00
Also catch uses of path, pathname.
This commit is contained in:
@@ -45,7 +45,7 @@ check-texinfo:
|
||||
$(PERL) -e 1 2> /dev/null && { $(PERL) -ne \
|
||||
'/\bPOSIX\b/ && !/\@acronym{POSIX}/ && !/^\* / || /{posix}/ and print,exit 1' \
|
||||
$(srcdir)/*.texi 2> /dev/null || fail=1; }; \
|
||||
grep -iwE 'builtins?' $(srcdir)/*.texi && fail=1; \
|
||||
grep -iwE '(path(name)?|builtin)s?' $(srcdir)/*.texi && fail=1; \
|
||||
exit $$fail
|
||||
|
||||
check: check-texinfo
|
||||
|
||||
Reference in New Issue
Block a user