fix: quote shellcheck file arguments

This commit is contained in:
codex-bot-andresmgsl 2026-07-22 16:58:20 +00:00
parent dc886f7cb4
commit 0b05d6ac37

View file

@ -29,5 +29,4 @@ mapfile -t files < <(
printf 'shellcheck: linting %d tracked scripts\n' "${#files[@]}" printf 'shellcheck: linting %d tracked scripts\n' "${#files[@]}"
printf ' %s\n' "${files[@]}" printf ' %s\n' "${files[@]}"
shellcheck -x ${files[@]} shellcheck -x "${files[@]}"