fix #79: tomb open in debug mode (_msg to stderr)

This commit is contained in:
boyska 2012-01-18 00:56:43 +01:00
parent e19c837598
commit 6f0bc82e07

View File

@ -78,7 +78,7 @@ function _msg() {
returncode=127
;;
esac
${=command} "${progname} $fg_bold[$pcolor]$pchars$fg[reset_color] ${message}$color[reset_color]"
${=command} "${progname} $fg_bold[$pcolor]$pchars$fg[reset_color] ${message}$color[reset_color]" >&2
return $returncode
}
function _message say()