mirror of
https://github.com/envmodules/modules.git
synced 2026-05-30 00:12:31 +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