mirror of
https://github.com/envmodules/modules.git
synced 2026-06-07 00:25:05 +08:00
According to ShellCheck's documentation: -a and -o in [ .. ] test expressions are not well defined, and can cause incorrect results when arguments start with dashes or contain !. Related: https://www.shellcheck.net/wiki/SC2166 Related: #470