diff --git a/Pmodules/modulecmd.bash.in b/Pmodules/modulecmd.bash.in index 13b76cb..d916ab0 100644 --- a/Pmodules/modulecmd.bash.in +++ b/Pmodules/modulecmd.bash.in @@ -575,7 +575,7 @@ subcommand_load() { fi if [[ "${Shell}" == "bash" ]]; then echo "${output}" - echo "${error}" + echo "${error}" 1>&2 else "${modulecmd}" "${Shell}" ${opts} 'load' \ "${current_modulefile}"