mirror of
https://github.com/envmodules/modules.git
synced 2026-06-14 00:42:43 +08:00
Give a more clear name to the "contrib" directory that contains architecture and configuration independent data. New directory name is "share", which correctly matches the destination of these files into the installation directory.
11 lines
210 B
Plaintext
11 lines
210 B
Plaintext
#%Module
|
|
|
|
proc ModulesHelp {} {
|
|
puts stderr { dot - adds the current working directory to your path.}
|
|
puts stderr {}
|
|
}
|
|
|
|
module-whatis {adds `.' to your PATH environment variable}
|
|
|
|
append-path PATH .
|