am 4cc57b40: am d628eaca: am f17e6387: allow use of unzip version 6.0

Merge commit '4cc57b40fc6d7e5ee3692dac790254fdb0d2dd5e'

* commit '4cc57b40fc6d7e5ee3692dac790254fdb0d2dd5e':
  allow use of unzip version 6.0
This commit is contained in:
Doug Zongker 2009-11-10 15:22:49 -08:00 committed by Android Git Automerger
commit fec674d99c
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ do
$1 != "Length" ||
$2 != "Method" ||
$3 != "Size" ||
$4 != "Ratio" ||
($4 != "Ratio" && $4 != "Cmpr") ||
$5 != "Date" ||
$6 != "Time" ||
$7 != "CRC-32" ||