Pmodules/modulecmd.bash.in: subcommand_load(): do not print the error message from modulecmd.bin

This commit is contained in:
2018-10-26 15:21:51 +02:00
parent 1a81a2879e
commit c73ac30b7a
+1 -1
View File
@@ -825,7 +825,7 @@ subcommand_load() {
echo "${output}"
eval "${output}"
local error=$( < "${tmpfile}")
echo "${error}" 1>&2
#echo "${error}" 1>&2
if [[ "${error}" =~ ":ERROR:" ]]; then
std::info "${CMD} load: failed -- ${m}"
fi