From 94048fae0f3968a2399cdd157a7759a3ccb52794 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Wed, 22 Jul 2015 18:03:17 -0400 Subject: [PATCH] Test: Added 'Bash' category to conversion script --- test/conversion | 1 + 1 file changed, 1 insertion(+) diff --git a/test/conversion b/test/conversion index 2b5b20294..54d956ba7 100755 --- a/test/conversion +++ b/test/conversion @@ -2,6 +2,7 @@ printf "C++: %5d\n" $(ls *.t.cpp | wc -l) printf "Python: %5d\n" $(head -n1 *.t | grep -a '\bpython' | wc -l) +printf "Bash: %5d\n" $(head -n1 *.t | grep -a '\bbash' | wc -l) printf "Perl: %5d\n" $(head -n1 *.t | grep -a '\bperl\b' | wc -l) if [ "$1" = "-v" ]; then echo "Perl left: " $(grep -Rl '^#\! \?/usr/bin/env perl\b' *)