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
+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