mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-17 01:55:10 +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
|
returncode=127
|
||||||
;;
|
;;
|
||||||
esac
|
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
|
return $returncode
|
||||||
}
|
}
|
||||||
function _message say()
|
function _message say()
|
||||||
|
Loading…
Reference in New Issue
Block a user