echo text to stderr in subcommand load

This commit is contained in:
2019-07-10 17:35:56 +02:00
parent b9ab9e7eba
commit 7e10814469
+1 -1
View File
@@ -519,7 +519,7 @@ subcommand_load() {
fi
if [[ "${Shell}" == "bash" ]]; then
echo "${output}"
echo "${error}"
echo "${error}" 1>&2
else
"${modulecmd}" "${Shell}" ${opts} 'load' \
"${current_modulefile}"