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
This commit is contained in:
2019-05-24 09:02:45 +02:00
parent bc951463a3
commit d4bc88c1dd
-3
View File
@@ -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