diff options
Diffstat (limited to 'archival/bbunzip.c')
-rw-r--r-- | archival/bbunzip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/bbunzip.c b/archival/bbunzip.c index 93f30d3..d31aaf7 100644 --- a/archival/bbunzip.c +++ b/archival/bbunzip.c @@ -114,7 +114,7 @@ int FAST_FUNC bbunpack(char **argv, /* Check that the input is sane */ if (!(option_mask32 & BBUNPK_OPT_FORCE) && isatty(STDIN_FILENO)) { - bb_error_msg_and_die("compressed data not read from terminal, " + bb_simple_error_msg_and_die("compressed data not read from terminal, " "use -f to force it"); } |