updated check_shell_syntax.sh

pull/2/head
Hari Sekhon 7 years ago
parent 459c014e49
commit 2a74d53db7

@ -29,6 +29,7 @@ fi
section "Shell Syntax Checks"
for x in $(find -L "${1:-.}" -type f -iname '*.sh'); do
isExcluded "$x" && continue
echo -n "checking shell syntax: $x"
bash -n "$x"
echo " => OK"

Loading…
Cancel
Save