summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
Diffstat (limited to 'check')
-rwxr-xr-xcheck1
1 files changed, 1 insertions, 0 deletions
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