]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: avoid new syntax-check failure due to indentation with TABs
authorJim Meyering <meyering@redhat.com>
Sun, 13 Nov 2011 09:39:32 +0000 (10:39 +0100)
committerJim Meyering <meyering@redhat.com>
Sun, 13 Nov 2011 09:40:05 +0000 (10:40 +0100)
* cfg.mk (tbi_2): Exempt pre-applypatch, since it too is from git.

cfg.mk

diff --git a/cfg.mk b/cfg.mk
index 7b346a3810612863241f6ff3478759ae2733ff6d..0626f4802a6230010b466e4509410e0fdf853880 100644 (file)
--- 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)