diff options
Diffstat (limited to 'util-linux/mesg.c')
-rw-r--r-- | util-linux/mesg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/mesg.c b/util-linux/mesg.c index c7b6968..8c03255 100644 --- a/util-linux/mesg.c +++ b/util-linux/mesg.c @@ -65,7 +65,7 @@ int mesg_main(int argc UNUSED_PARAM, char **argv) */ if (!isatty(STDIN_FILENO)) - bb_error_msg_and_die("not a tty"); + bb_simple_error_msg_and_die("not a tty"); xfstat(STDIN_FILENO, &sb, "stdin"); if (c == 0) { |