summaryrefslogtreecommitdiff
path: root/libarchive/archive_read_support_filter_lrzip.c
diff options
context:
space:
mode:
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>2012-10-05 11:07:58 +0900
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>2012-10-05 11:07:58 +0900
commit776831a379785180c08a5d03197d6db1129c4e9f (patch)
tree55f0138d486ccc9fdacf36470e74b06d15911759 /libarchive/archive_read_support_filter_lrzip.c
parented8cd1269439c076df039cb73e5d91fe09c42a78 (diff)
downloadlibarchive-776831a379785180c08a5d03197d6db1129c4e9f.tar.gz
Use -q option to lrzip to be quiet.
Diffstat (limited to 'libarchive/archive_read_support_filter_lrzip.c')
-rw-r--r--libarchive/archive_read_support_filter_lrzip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libarchive/archive_read_support_filter_lrzip.c b/libarchive/archive_read_support_filter_lrzip.c
index ca12b59d..c61076f2 100644
--- a/libarchive/archive_read_support_filter_lrzip.c
+++ b/libarchive/archive_read_support_filter_lrzip.c
@@ -117,7 +117,7 @@ lrzip_bidder_init(struct archive_read_filter *self)
{
int r;
- r = __archive_read_program(self, "lrunzip");
+ r = __archive_read_programl(self, "lrzip", "lrzip", "-q", "-d", NULL);
/* Note: We set the format here even if __archive_read_program()
* above fails. We do, after all, know what the format is
* even if we weren't able to read it. */