updated check_bash_syntax.sh

pull/2/head
Hari Sekhon 3 years ago
parent 714e39e497
commit 46452d7ee5

@ -70,6 +70,8 @@ start_time="$(start_timer)"
if ! type -P shellcheck &>/dev/null; then if ! type -P shellcheck &>/dev/null; then
echo "WARNING: shellcheck not installed, will only do basic checks" echo "WARNING: shellcheck not installed, will only do basic checks"
echo echo
bash --version
echo
fi fi
if [ $# -gt 0 ]; then if [ $# -gt 0 ]; then

Loading…
Cancel
Save