summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorBernhard Voelker <mail@bernhard-voelker.de>2023-01-03 09:11:28 +0100
committerBernhard Voelker <mail@bernhard-voelker.de>2023-01-03 09:16:09 +0100
commit8d4768c94d0fa9de545a6e1c370f9a6fae4cb3a7 (patch)
tree79779e27d0bc862028d54799acd9b6de7ccf6e5a /cfg.mk
parent31cf78f1d588a1a041da8bc3b97458c518415444 (diff)
downloadcoreutils-8d4768c94d0fa9de545a6e1c370f9a6fae4cb3a7.tar.gz
maint: avoid grep warning in sc_prohibit_test_minus_ao
Newer grep(1) complains: $ make sc_prohibit_test_minus_ao /usr/bin/grep: warning: * at start of expression prohibit_test_minus_ao * cfg.mk (exclude_file_name_regexp--sc_prohibit_test_minus_ao): Fix expression inroduced in v8.24-120-g3205bb178, and narrow down the file pattern to the 'doc/' directory.
Diffstat (limited to 'cfg.mk')
-rw-r--r--cfg.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cfg.mk b/cfg.mk
index 179a51d1c..9e9be6d32 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -863,7 +863,7 @@ exclude_file_name_regexp--sc_prohibit_always_true_header_tests = \
^m4/stat-prog\.m4$$
exclude_file_name_regexp--sc_prohibit_fail_0 = \
(^.*/git-hooks/commit-msg|^tests/init\.sh|Makefile\.am|\.mk|.*\.texi)$$
-exclude_file_name_regexp--sc_prohibit_test_minus_ao = *\.texi$$
+exclude_file_name_regexp--sc_prohibit_test_minus_ao = doc/.*\.texi$$
exclude_file_name_regexp--sc_prohibit_atoi_atof = ^lib/euidaccess-stat\.c$$
# longlong.h is maintained elsewhere.