diff options
Diffstat (limited to 'coreutils/md5_sha1_sum.c')
-rw-r--r-- | coreutils/md5_sha1_sum.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/md5_sha1_sum.c b/coreutils/md5_sha1_sum.c index 538df251b..ba26c985a 100644 --- a/coreutils/md5_sha1_sum.c +++ b/coreutils/md5_sha1_sum.c | |||
@@ -300,7 +300,7 @@ int md5_sha1_sum_main(int argc UNUSED_PARAM, char **argv) | |||
300 | } | 300 | } |
301 | if (filename_ptr == NULL) { | 301 | if (filename_ptr == NULL) { |
302 | if (flags & FLAG_WARN) { | 302 | if (flags & FLAG_WARN) { |
303 | bb_error_msg("invalid format"); | 303 | bb_simple_error_msg("invalid format"); |
304 | } | 304 | } |
305 | count_failed++; | 305 | count_failed++; |
306 | return_value = EXIT_FAILURE; | 306 | return_value = EXIT_FAILURE; |