mirror of
https://github.com/envmodules/modules.git
synced 2026-06-03 00:33:18 +08:00
According to ShellCheck's documentation:
Double quotes around $@ and ${array[@]}) prevent globbing and word splitting
of individual elements, while still expanding to multiple separate arguments.
Related: https://www.shellcheck.net/wiki/SC2068
Related: #470