The 'extract' argument didn't work with zip archives.
commit527b4fe0e894e0f09044e6ddc8b0fd1a38b15706
authorThomas Leonard <talex5@gmail.com>
Sat, 26 Jan 2008 17:46:49 +0000 (26 17:46 +0000)
committerThomas Leonard <talex5@gmail.com>
Sat, 26 Jan 2008 17:46:49 +0000 (26 17:46 +0000)
tree9de894aebc4a49c6dc4e08084261da6b40f30c45
parent93a8540d6f84ad39a0b85fa514d21b6db89fb9de
The 'extract' argument didn't work with zip archives.

Firstly, we put it in the wrong place, and secondly because unzip
uses it as a pattern to filter the results, not as the name of the
thing to extract.

Reported by Ilja Honkonen.
zeroinstall/zerostore/unpack.py