Files
busybox/archival
Eugene Rudoy c6f213ade4 unzip: fix content listing and filtering when -j is used
Original Info-ZIP's unzip uses unstripped filenames
while doing content listing and filtering, i.e.
 - in content listing mode -j is ignored completely
 - filtering is applied to non-stripped names, -j
   takes effect first while extracting the files

997ad2c64a strips path
components a little bit too early resulting in behavior
deviations.

Fix it by doing stripping after listing/filtering.

p.s. Info-ZIP's unzip behavior is the same as
     that of tar in --strip-components=NUM mode

Signed-off-by: Eugene Rudoy <gene.devel@gmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2017-11-09 12:45:50 +01:00
..
2017-10-27 15:37:03 +02:00
2007-10-05 15:27:03 +00:00
2007-10-05 15:27:03 +00:00
2007-10-05 15:27:03 +00:00
2017-07-21 09:50:55 +02:00
2015-10-16 17:24:46 +02:00