From e89a4c39c88ceb0b43ab2a793e0de51878c43e5c Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Thu, 18 Dec 2025 14:21:06 +0100 Subject: [PATCH] modulecmd: issue with Lmod spider cmd fixed --- CHANGELOG.md | 2 ++ Pmodules/modulecmd.bash.in | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8a6d65..52031c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/Pmodules/modulecmd.bash.in b/Pmodules/modulecmd.bash.in index e587bc9..027ec24 100644 --- a/Pmodules/modulecmd.bash.in +++ b/Pmodules/modulecmd.bash.in @@ -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