Skip to content

Commit eed719f

Browse files
committed
doc: desc. MODULES_REDIRECT_OUTPUT in man/changes
1 parent f8e5eac commit eed719f

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

doc/source/changes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -794,6 +794,8 @@ The following environment variables appeared on Modules 5.
794794
| | :envvar:`__MODULES_QUARANTINE_SET`, |
795795
| | :envvar:`__MODULES_AUTOINIT_INPROGRESS` |
796796
+------------+-----------------------------------------------------------------+
797+
| 5.1 | :envvar:`MODULES_REDIRECT_OUTPUT` |
798+
+------------+-----------------------------------------------------------------+
797799

798800
Modules Specific Tcl Commands
799801
"""""""""""""""""""""""""""""

doc/source/module.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2624,6 +2624,15 @@ ENVIRONMENT
26242624

26252625
.. versionadded:: 5.0
26262626

2627+
.. envvar:: MODULES_REDIRECT_OUTPUT
2628+
2629+
If set to ``0``, the output generated by module command is kept on stderr and
2630+
not redirected to stdout channel.
2631+
2632+
.. only:: html
2633+
2634+
.. versionadded:: 5.1
2635+
26272636
.. envvar:: MODULES_RUN_QUARANTINE
26282637

26292638
A space separated list of environment variable names that should be passed

0 commit comments

Comments
 (0)