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 bf99656e2..24033c9f5 100644 --- a/archival/bbunzip.c +++ b/archival/bbunzip.c | |||
@@ -114,7 +114,7 @@ int FAST_FUNC bbunpack(char **argv, | |||
114 | 114 | ||
115 | /* Check that the input is sane */ | 115 | /* Check that the input is sane */ |
116 | if (!(option_mask32 & BBUNPK_OPT_FORCE) && isatty(STDIN_FILENO)) { | 116 | if (!(option_mask32 & BBUNPK_OPT_FORCE) && isatty(STDIN_FILENO)) { |
117 | bb_error_msg_and_die("compressed data not read from terminal, " | 117 | bb_simple_error_msg_and_die("compressed data not read from terminal, " |
118 | "use -f to force it"); | 118 | "use -f to force it"); |
119 | } | 119 | } |
120 | 120 | ||