diff options
Diffstat (limited to 'archival/bunzip2.c')
-rw-r--r-- | archival/bunzip2.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archival/bunzip2.c b/archival/bunzip2.c index 85f2343df..757001fe4 100644 --- a/archival/bunzip2.c +++ b/archival/bunzip2.c | |||
@@ -37,8 +37,8 @@ int bunzip2_main(int argc, char **argv) | |||
37 | 37 | ||
38 | /* Check that the input is sane. */ | 38 | /* Check that the input is sane. */ |
39 | if (isatty(src_fd) && (opt & BUNZIP2_OPT_FORCE) == 0) { | 39 | if (isatty(src_fd) && (opt & BUNZIP2_OPT_FORCE) == 0) { |
40 | bb_error_msg_and_die("Compressed data not read from terminal. " | 40 | bb_error_msg_and_die("compressed data not read from terminal, " |
41 | "Use -f to force it."); | 41 | "use -f to force it"); |
42 | } | 42 | } |
43 | 43 | ||
44 | if (filename) { | 44 | if (filename) { |