]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: avoid a spurious syntax-check error
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 2 Sep 2012 19:55:16 +0000 (21:55 +0200)
committerJim Meyering <meyering@redhat.com>
Wed, 5 Sep 2012 06:48:29 +0000 (08:48 +0200)
* cfg.mk (exclude_file_name_regexp--sc_prohibit_test_backticks): Exempt
'tests/local.mk' rather than 'tests/Makefile.am'.

cfg.mk

diff --git a/cfg.mk b/cfg.mk
index 888bc386bb8c69dcf62f2c423f0a407e8abe5be5..dda5b48cb040a8e086693234fca3ca2fb72f2267 100644 (file)
--- a/cfg.mk
+++ b/cfg.mk
@@ -562,7 +562,7 @@ exclude_file_name_regexp--sc_prohibit_continued_string_alpha_in_column_1 = \
   ^src/(system\.h|od\.c|printf\.c)$$
 
 exclude_file_name_regexp--sc_prohibit_test_backticks = \
-  ^tests/(init\.sh|Makefile\.am|misc/stdbuf\.sh)$$
+  ^tests/(init\.sh|local.mk|misc/stdbuf\.sh)$$
 
 # Exempt test.c, since it's nominally shared, and relatively static.
 exclude_file_name_regexp--sc_prohibit_operator_at_end_of_line = \