From d7b214f766a930e3d32afe1246ba24c86e3ba86d Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Mon, 11 Jun 2012 12:58:15 +0000 Subject: check: if tabs are encountered, print the lines --- check | 1 + 1 file changed, 1 insertion(+) (limited to 'check') diff --git a/check b/check index f93599b1..19c62d6b 100755 --- a/check +++ b/check @@ -42,6 +42,7 @@ then if tr -cd '\t' < "$x" | grep . > /dev/null then echo "ERROR: $x contains TAB characters" 1>&2 + grep -n -F "$(printf "\t")" "$x" 1>&2 errors=1 fi -- cgit v1.2.1