tfix #79: tomb open in debug mode (_msg to stderr) - tomb - the crypto undertaker HTML git clone git://parazyd.org/tomb.git DIR Log DIR Files DIR Refs DIR README DIR LICENSE --- DIR commit 6f0bc82e07c56602988c53dbd8dff95cefe04577 DIR parent e19c8375986a9f9097482db1150c664c86522486 HTML Author: boyska <piuttosto@logorroici.org> Date: Wed, 18 Jan 2012 00:56:43 +0100 fix #79: tomb open in debug mode (_msg to stderr) Diffstat: M src/tomb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/src/tomb b/src/tomb t@@ -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()