diff options
Diffstat (limited to 'archival/uncompress.c')
-rw-r--r-- | archival/uncompress.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/uncompress.c b/archival/uncompress.c index cbcbcefed..91568e45f 100644 --- a/archival/uncompress.c +++ b/archival/uncompress.c | |||
@@ -84,7 +84,7 @@ int uncompress_main(int argc, char **argv) | |||
84 | 84 | ||
85 | /* delete_path will be NULL if in test mode or from stdin */ | 85 | /* delete_path will be NULL if in test mode or from stdin */ |
86 | if (delete_path && (unlink(delete_path) == -1)) { | 86 | if (delete_path && (unlink(delete_path) == -1)) { |
87 | bb_error_msg_and_die("Couldn't remove %s", delete_path); | 87 | bb_error_msg_and_die("cannot remove %s", delete_path); |
88 | } | 88 | } |
89 | 89 | ||
90 | free(uncompressed_file); | 90 | free(uncompressed_file); |