From d4bc88c1dddab39c9dc6771b60ddafbb0d259a2c Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 24 May 2019 09:02:45 +0200 Subject: [PATCH] modulecmd.bash.in: definition of PSI_LIBMODULES remove - this environment variable was used in the past in modulefiles to load the required Tcl code for Pmodules --- Pmodules/modulecmd.bash.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/Pmodules/modulecmd.bash.in b/Pmodules/modulecmd.bash.in index ad7681e..10b32f4 100755 --- a/Pmodules/modulecmd.bash.in +++ b/Pmodules/modulecmd.bash.in @@ -31,9 +31,6 @@ else declare -r modulecmd="${libexecdir}/modulecmd.bin" fi -# required for pre 0.99.3 modulefiles -declare -rx PSI_LIBMODULES="${TCLLIBPATH}/libmodules.tcl" - declare verbosity_lvl=${PMODULES_VERBOSITY:-'verbose'} shopt -s nullglob