mirror of
https://github.com/envmodules/modules.git
synced 2026-06-03 00:33:18 +08:00
system modulefile command is intended to the command passed to it trough shell, like done on compatibility version. So update system procedure to find correct shell on the current platform and run command through it. Doing so, shell commands with backticks for instance are correctly run. Fixes #205