commit | 7c47b560a8fc97956dd8132bd7f1863d83c19866 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Fri Jan 10 14:06:57 2014 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Fri Jan 10 14:12:11 2014 +0100 |
tree | e46d74a3c921813572a88819801bf8c2e3c9790d | |
parent | 9b76f895bcd50c97df66c7e0192e045245eb519f [diff] |
libarchive: open_zipped() does not need to check extensions for e.g. gzip We only need to check for signature-less extensions, currently only .lzma. The rest can be happily autodetected. This fixes "zcat FILE_WITHOUT_GZ_EXT" case, among others. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>