mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-16 17:45:12 +00:00
fix #79: tomb open in debug mode (_msg to stderr)
This commit is contained in:
parent
e19c837598
commit
6f0bc82e07
2
src/tomb
2
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()
|
||||
|
Loading…
Reference in New Issue
Block a user