modulecmd: issue with Lmod spider cmd fixed

This commit is contained in:
2025-12-18 14:21:06 +01:00
parent 843a995103
commit e89a4c39c8
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -3,6 +3,8 @@
## Version 2.0.3
### modulecmd
* Issue with Lmod spider command fixed.
(#1348)
* Don't allow absolute path names for modules in an overlay.
(#1344)
* It was not possible to load a module with it's absolute path.
+1 -1
View File
@@ -38,7 +38,7 @@ Lmod_cmd(){
readonly -f Lmod_cmd
Spider_cmd(){
LD_PRELOAD='' LD_LIBRARY_PATH='' \
LD_PRELOAD='' LD_LIBRARY_PATH='' TCLLIBPATH=''\
"${PMODULES_HOME}/libexec/lmod/lmod/libexec/spider" "$@"
}
readonly -f Spider_cmd