updated check_ruby_syntax.sh

pull/2/head
Hari Sekhon 5 years ago
parent 6c358a4fd0
commit 5793109598

@ -18,7 +18,7 @@ set -eu
[ -n "${DEBUG:-}" ] && set -x [ -n "${DEBUG:-}" ] && set -x
srcdir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" srcdir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
# shellcheck disable=SC1090 # shellcheck source=lib/utils.sh
. "$srcdir/lib/utils.sh" . "$srcdir/lib/utils.sh"
if [ -z "$(find "${1:-.}" -maxdepth 2 -type f -iname '*.pl' -o -iname '*.pm' -o -iname '*.t')" ]; then if [ -z "$(find "${1:-.}" -maxdepth 2 -type f -iname '*.pl' -o -iname '*.pm' -o -iname '*.t')" ]; then

Loading…
Cancel
Save