summaryrefslogtreecommitdiff
path: root/cfg.mk
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2011-11-13 10:39:32 +0100
committerJim Meyering <meyering@redhat.com>2011-11-13 10:40:05 +0100
commitac9581d80cfa5be8f738a95b0e74855eb54dd44e (patch)
tree4c90374ae8d58a63358acec1b92551e77dab42fd /cfg.mk
parent4df39704b819a4ef86c34963e0448263732cf455 (diff)
downloadcoreutils-ac9581d80cfa5be8f738a95b0e74855eb54dd44e.tar.xz
maint: avoid new syntax-check failure due to indentation with TABs
* cfg.mk (tbi_2): Exempt pre-applypatch, since it too is from git.
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 7b346a381..0626f4802 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -392,7 +392,7 @@ exclude_file_name_regexp--sc_prohibit_fail_0 = \
exclude_file_name_regexp--sc_prohibit_atoi_atof = ^lib/euidaccess-stat\.c$$
tbi_1 = ^tests/pr/|(^gl/lib/reg.*\.c\.diff|Makefile(\.am)?|\.mk|^man/help2man)$$
-tbi_2 = ^scripts/git-hooks/(pre-commit|applypatch-msg)$$
+tbi_2 = ^scripts/git-hooks/(pre-commit|pre-applypatch|applypatch-msg)$$
exclude_file_name_regexp--sc_prohibit_tab_based_indentation = \
$(tbi_1)|$(tbi_2)