Describe the bug
https://github.com/koalaman/shellcheck/wiki/SC2068
Double quotes around $@ (and similarly, ${array[@]}) prevents globbing and word splitting of individual elements, while still expanding to multiple separate arguments.