Skip to content

Commit 2199edf

Browse files
committed
Add redirect_output configuration option
Add redirect_output configuration option that controls whether or not the output of module command should be redirected from stderr to stdout. Enabled by default. When configuration is modified it sets the MODULES_REDIRECT_OUTPUT environment variable.
1 parent 42a4ec8 commit 2199edf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tcl/init.tcl.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ array set g_config_defs [list\
9393
0 {0 365} {} {} intbe}\
9494
pager {MODULES_PAGER {@pagercmd@} 0}\
9595
rcfile {MODULERCFILE <undef> 0}\
96+
redirect_output {MODULES_REDIRECT_OUTPUT 1 0 {0 1}}\
9697
quarantine_support {MODULES_QUARANTINE_SUPPORT @quarantinesupport@ 0 {0\
9798
1}}\
9899
run_quarantine {MODULES_RUN_QUARANTINE <undef> 0}\

0 commit comments

Comments
 (0)