mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-06-27 01:53:08 +02:00
Merge pull request #1349 from Pmodules/1348-lmod-spider-throws-error-due-libmodulestcl-in-tcllibpath
modulecmd: issue with Lmod spider cmd fixed
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user