We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34687a5 commit baee1efCopy full SHA for baee1ef
README.new
@@ -1,2 +1,4 @@
1
Lmod 7.8+
2
(7.8.1) Change unload() to unload in both load and unload modes. Updated documentation.
3
+ remove_path() remove path entries during unload.
4
+
src/MC_Unload.lua
@@ -70,7 +70,7 @@ M.prepend_path = MasterControl.remove_path_first
70
M.prereq = MasterControl.quiet
71
M.prereq_any = MasterControl.quiet
72
M.pushenv = MasterControl.popenv
73
-M.remove_path = MasterControl.quiet
+M.remove_path = MasterControl.remove_path
74
M.remove_property = MasterControl.quiet
75
M.report = MasterControl.warning
76
M.setenv = MasterControl.unsetenv
0 commit comments