updated check_bash_syntax.sh

pull/2/head
Hari Sekhon 5 years ago
parent 99b4c346f4
commit 0518211145

@ -48,6 +48,7 @@ check_shell_syntax(){
recurse_dir(){
for x in $(find "${1:-.}" -type f -iname '*.sh' | sort); do
isExcluded "$x" && continue
[[ "$x" =~ "${EXCLUDED:-}" ]] && continue
check_shell_syntax "$x"
done
}

Loading…
Cancel
Save