mirror of
https://github.com/envmodules/modules.git
synced 2026-05-30 00:12:31 +08:00
doc: desc. MODULES_ERROR_ON_MULTI_LOAD in man/changes
This commit is contained in:
@@ -948,7 +948,8 @@ The following environment variables appeared on Modules 5.
|
||||
| | :envvar:`MODULES_IGNORE_USER_RC` |
|
||||
+------------+-----------------------------------------------------------------+
|
||||
| 5.4 | :envvar:`MODULES_STICKY_PURGE`, |
|
||||
| | :envvar:`MODULES_UNIQUE_NAME_LOADED` |
|
||||
| | :envvar:`MODULES_UNIQUE_NAME_LOADED`, |
|
||||
| | :envvar:`MODULES_ERROR_ON_MULTI_LOAD` |
|
||||
+------------+-----------------------------------------------------------------+
|
||||
|
||||
Modules Specific Tcl Commands
|
||||
|
||||
@@ -4099,6 +4099,20 @@ ENVIRONMENT
|
||||
|
||||
.. versionadded:: 4.8
|
||||
|
||||
.. envvar:: MODULES_ERROR_ON_MULTI_LOAD
|
||||
|
||||
When loading multiple modulefiles, if one fails to load, ``continue`` to
|
||||
evaluate remaining modulefiles in list or ``abort`` and withdraw already
|
||||
loaded modulefiles from list.
|
||||
|
||||
This environment variable value supersedes the default value set in the
|
||||
:mconfig:`error_on_multi_load` configuration option. It can be defined with
|
||||
the :subcmd:`config` sub-command.
|
||||
|
||||
.. only:: html
|
||||
|
||||
.. versionadded:: 5.4
|
||||
|
||||
.. envvar:: MODULES_EXTENDED_DEFAULT
|
||||
|
||||
If set to ``1``, a specified module version is matched against starting
|
||||
|
||||
Reference in New Issue
Block a user