summaryrefslogtreecommitdiff
path: root/dist/s_style
diff options
context:
space:
mode:
Diffstat (limited to 'dist/s_style')
-rw-r--r--dist/s_style2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/s_style b/dist/s_style
index ee23cade233..65e75edf2c6 100644
--- a/dist/s_style
+++ b/dist/s_style
@@ -94,5 +94,5 @@ done
if egrep ' ' test/suite/*.py > $t; then
echo '[tab] characters appear in test suite scripts:'
- cat $t
+ cat $t | sed 's/:.*//' | sort -u | sed 's/^/ /'
fi