summaryrefslogtreecommitdiff
path: root/check
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-04-23 17:08:49 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-04-23 17:08:49 +0100
commita28544e14659ac6761e46d597933526eb472e7b6 (patch)
treeac27eb9731d5346e1fff97b1e9d2a76b48f9d5fe /check
parentaa1bdc20f20db7c5fca141f71b36cc6f2aebf441 (diff)
downloadmorph-a28544e14659ac6761e46d597933526eb472e7b6.tar.gz
Exclude script with valid TABs from silliness checking
Diffstat (limited to 'check')
-rwxr-xr-xcheck1
1 files changed, 1 insertions, 0 deletions
diff --git a/check b/check
index dd89a4f3..f93599b1 100755
--- a/check
+++ b/check
@@ -36,6 +36,7 @@ then
git ls-files |
grep -v '\.gz$' |
grep -Ev 'tests[^/]*/.*\.std(out|err)' |
+ grep -vF 'tests/build-system-autotools.script' |
while read x
do
if tr -cd '\t' < "$x" | grep . > /dev/null