diff options
author | Stefano Lattarini <stefano.lattarini@gmail.com> | 2012-09-02 21:55:16 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2012-09-05 08:48:29 +0200 |
commit | 212eff25751c90d308bafe1c7982608c6b3156df (patch) | |
tree | 2beca2421a6801c60da0e15cadb5c335d34781e5 | |
parent | c30bff07d8d833e326cb6d1cd4309ba78d59d18d (diff) | |
download | coreutils-212eff25751c90d308bafe1c7982608c6b3156df.tar.xz |
maint: avoid a spurious syntax-check error
* cfg.mk (exclude_file_name_regexp--sc_prohibit_test_backticks): Exempt
'tests/local.mk' rather than 'tests/Makefile.am'.
-rw-r--r-- | cfg.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = \ |