diff --git a/tools/linechk b/tools/linechk index c46347b..b3d9d98 100755 --- a/tools/linechk +++ b/tools/linechk @@ -39,5 +39,5 @@ cd "$root" && \ find lib/ tools/ test/ doc/ README* Makefile.am configure.ac *.js \ -type f -exec wc -L {} \; \ | hideignores \ - | grep -v '^\([0-7][0-9]\?\|80\?\) ' \ + | grep -v '^\([0-6][0-9]\?\|7[0-6]\) ' \ || exit 0