diff --git a/shellcheck.sh b/shellcheck.sh index 4e2b3b1..cd3e660 100755 --- a/shellcheck.sh +++ b/shellcheck.sh @@ -18,6 +18,5 @@ done < <( ) shellcheck -e SC1090 "${scripts[@]}" -shellcheck "${scripts[@]}" exit $?