coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] maint: avoid new syntax-check failure due to indentation with TA


From: Jim Meyering
Subject: [PATCH] maint: avoid new syntax-check failure due to indentation with TABs
Date: Sun, 13 Nov 2011 10:41:20 +0100

FYI,

>From ac9581d80cfa5be8f738a95b0e74855eb54dd44e Mon Sep 17 00:00:00 2001
From: Jim Meyering <address@hidden>
Date: Sun, 13 Nov 2011 10:39:32 +0100
Subject: [PATCH] maint: avoid new syntax-check failure due to indentation
 with TABs

* cfg.mk (tbi_2): Exempt pre-applypatch, since it too is from git.
---
 cfg.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/cfg.mk b/cfg.mk
index 7b346a3..0626f48 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)

--
1.7.8.rc0.61.g8a042



reply via email to

[Prev in Thread] Current Thread [Next in Thread]