mirror of
https://github.com/Pmodules/Pmodules.git
synced 2026-08-06 19:32:26 +02:00
changes from master merged
This commit is contained in:
@@ -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*
|
||||
|
||||
@@ -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%.*}"
|
||||
;;
|
||||
* )
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user