summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcheck1
1 files changed, 1 insertions, 0 deletions
diff --git a/check b/check
index 19c62d6b..660c8cf4 100755
--- a/check
+++ b/check
@@ -53,6 +53,7 @@ then
if awk 'length > 79' "$x" | grep . > /dev/null
then
echo "ERROR: $x has lines longer than 79 chars" 1>&2
+ awk 'length > 79 { print NR, $0 }' "$x" 1>&2
errors=1
fi
;;