changes from master merged

This commit is contained in:
2022-10-27 15:07:18 +02:00
4 changed files with 25 additions and 4 deletions
+12
View File
@@ -142,6 +142,18 @@
## Version 1.1.5
* first public version with the overlay feature
## Version 1.0.0rc11
* **modulecmd**
* *User visible changes*
* handling of set-alias in modulefile fixed
* *Internal changes and fixes*
* none
* **build-system**
* *User visible changes*
* none
* *Internal changes and fixes*
* none
## Version 1.0.0rc10
* **modulecmd**
* *User visible changes*
+3 -3
View File
@@ -302,11 +302,11 @@ std.get_os_release_linux() {
std::die 4 "Cannot determin OS release!\n"
fi
case "${ID}" in
RedHatEnterpriseServer | RedHatEnterprise | Scientific | rhel | centos | CentOS | fedora )
case "${ID,,}" in
redhatenterpriseserver | redhatenterprise | scientific | springdale | rhel | centos | fedora )
echo "rhel${VERSION_ID%%.*}"
;;
Ubuntu )
ubuntu )
echo "Ubuntu${VERSION_ID%.*}"
;;
* )
+1 -1
View File
@@ -1959,7 +1959,7 @@ subcommand_purge() {
# re-run with right shell
"${modulecmd}" "${Shell}" 'purge'
fi
eval "${output}"
eval "$(echo "${output}"|sed -e 's/;unalias [^;]*//g')"
if [[ -n "${error}" ]]; then
echo "${error}" 1>&2
fi
+9
View File
@@ -0,0 +1,9 @@
bash 5.1
coreutils 8.31
findutils 4.7.0
getopt 1.1.6
gettext 0.21
modules 3.2.10.1
Pmodules 1.0.0rc12
Tcl 8.6.10
tcllib 1.20