mirror of
https://github.com/envmodules/modules.git
synced 2026-06-18 00:06:53 +08:00
Zsh initializes by default the MANPATH environment variable to an empty value when it starts. To preserve manpath system configuration even after addition to this variable by modulefiles, set MANPATH variable to ':' if found empty. Fixes #224.