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
+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