From: Jim Meyering Date: Sun, 13 Nov 2011 09:39:32 +0000 (+0100) Subject: maint: avoid new syntax-check failure due to indentation with TABs X-Git-Tag: v8.15~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac9581d80cfa5be8f738a95b0e74855eb54dd44e;p=thirdparty%2Fcoreutils.git maint: avoid new syntax-check failure due to indentation with TABs * cfg.mk (tbi_2): Exempt pre-applypatch, since it too is from git. --- diff --git a/cfg.mk b/cfg.mk index 7b346a3810..0626f4802a 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)