From c73ac30b7a7c6d5741ab6116c91162a46082722b Mon Sep 17 00:00:00 2001 From: Achim Gsell Date: Fri, 26 Oct 2018 15:21:51 +0200 Subject: [PATCH] Pmodules/modulecmd.bash.in: subcommand_load(): do not print the error message from modulecmd.bin --- Pmodules/modulecmd.bash.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pmodules/modulecmd.bash.in b/Pmodules/modulecmd.bash.in index 7cbbfa8..34e5ce1 100755 --- a/Pmodules/modulecmd.bash.in +++ b/Pmodules/modulecmd.bash.in @@ -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