From 9c4a259020d396fd20c774cbbb10b4669ef296fa Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Sat, 30 Jan 2016 10:47:05 +0000 Subject: [PATCH] updated perl_syntax.sh --- perl_syntax.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl_syntax.sh b/perl_syntax.sh index c0fc3e0e..d0a8dbee 100755 --- a/perl_syntax.sh +++ b/perl_syntax.sh @@ -21,7 +21,7 @@ srcdir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" section "Perl Syntax Checks" -for x in $(find "${1:-.}" -maxdepth 2 -type f -iname '*.pl' -o -iname '*.pm'); do +for x in $(find "${1:-.}" -maxdepth 2 -type f -iname '*.pl' -o -iname '*.pm' -o iname '*.t'); do isExcluded "$x" && continue #printf "%-50s" "$x:" #$perl -Tc $I_lib ./$x