Skip to content

Commit d95e229

Browse files
committed
Add haveDynamicMPATH modulefile command
Add haveDynamicMPATH modulefile command as a no-operation. It is added for compatibility with Lmod, but it is not needed on Modules for spider sub-command to get the modulefiles that update the MODULEPATH environment variable. Signed-off-by: Xavier Delaruelle <[email protected]>
1 parent 3edbbcf commit d95e229

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tcl/interp.tcl.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ proc initModfileModeAliases {mode auto aliasesVN aliasesPassArgVN\
100100
# the evaluation mode
101101
set ::g_modfileEvalModes {load unload display help test whatis refresh\
102102
scan}
103-
##nagelfar ignore #47 Too long line
103+
##nagelfar ignore #48 Too long line
104104
array set g_modfilePerModeAliases {
105105
add-property {add-property nop reportCmd nop nop nop nop nop}
106106
always-load {always-load nop reportCmd nop nop nop nop always-load-sc}
@@ -112,6 +112,7 @@ depends-on {prereqAllModfileCmd nop reportCmd nop nop
112112
depends-on-any {prereqAnyModfileCmd nop reportCmd nop nop nop nop prereq-sc }
113113
extensions {nop nop nop nop nop nop nop nop }
114114
family {family family-un reportCmd nop nop nop nop family-sc }
115+
haveDynamicMPATH {nop nop nop nop nop nop nop nop }
115116
hide-modulefile {hide-modulefile hide-modulefile hide-modulefile hide-modulefile hide-modulefile hide-modulefile nop nop }
116117
hide-version {hide-modulefile hide-modulefile hide-modulefile hide-modulefile hide-modulefile hide-modulefile nop nop }
117118
module {module module reportCmd nop nop nop nop module-sc }

0 commit comments

Comments
 (0)