updated check_perl_syntax.sh

pull/2/head
Hari Sekhon 8 years ago
parent c1a9b27443
commit 118424e149

@ -20,6 +20,7 @@ srcdir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
. "$srcdir/utils.sh" . "$srcdir/utils.sh"
if [ -z "$(find -L "${1:-.}" -maxdepth 2 -type f -iname '*.pl' -o -iname '*.pm' -o -iname '*.t')" ]; then if [ -z "$(find -L "${1:-.}" -maxdepth 2 -type f -iname '*.pl' -o -iname '*.pm' -o -iname '*.t')" ]; then
return &>/dev/null
exit 0 exit 0
fi fi

Loading…
Cancel
Save