tomb

the crypto undertaker
git clone git://parazyd.org/tomb.git
Log | Files | Refs | README | LICENSE

commit 6f0bc82e07c56602988c53dbd8dff95cefe04577
parent e19c8375986a9f9097482db1150c664c86522486
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:
Msrc/tomb | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tomb b/src/tomb @@ -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()