diff options
author | Mike Nolta <mike@nolta.net> | 2015-12-16 11:43:07 -0500 |
---|---|---|
committer | Mike Nolta <mike@nolta.net> | 2015-12-16 11:43:07 -0500 |
commit | 82aa366adfd5b8e0acd6d320c620bf33dd8e6a68 (patch) | |
tree | 20a5bfb03806944dd04d70bf05bbac068a71f117 /lib | |
parent | dc3b54a68198fb8e217181032f81bfd43336dd5a (diff) | |
download | spack-82aa366adfd5b8e0acd6d320c620bf33dd8e6a68.tar.gz spack-82aa366adfd5b8e0acd6d320c620bf33dd8e6a68.tar.bz2 spack-82aa366adfd5b8e0acd6d320c620bf33dd8e6a68.tar.xz spack-82aa366adfd5b8e0acd6d320c620bf33dd8e6a68.zip |
minor comment tweak in modules.py
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/spack/modules.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/spack/spack/modules.py b/lib/spack/spack/modules.py index 59ed9f893e..7036626e29 100644 --- a/lib/spack/spack/modules.py +++ b/lib/spack/spack/modules.py @@ -29,11 +29,11 @@ The various types of modules are installed by post-install hooks and removed after an uninstall by post-uninstall hooks. This class consolidates the logic for creating an abstract description of the information that module systems need. Currently that includes a -number directories to be appended to paths in the user's environment: +number of directories to be appended to paths in the user's environment: * /bin directories to be appended to PATH * /lib* directories for LD_LIBRARY_PATH - * /man* and /share/man* directories for LD_LIBRARY_PATH + * /man* and /share/man* directories for MANPATH * the package prefix for CMAKE_PREFIX_PATH This module also includes logic for coming up with unique names for |