mirror of
https://github.com/envmodules/modules.git
synced 2026-06-03 00:33:18 +08:00
According to ShellCheck's documentation: When command expansions are unquoted, word splitting and globbing will occur. This often manifests itself by breaking when filenames contain spaces. Related: https://www.shellcheck.net/wiki/SC2046 Related: #470