Skip to content

Commit

Permalink
also try with -1 in perl mode
Browse files Browse the repository at this point in the history
This really fixes the bug.
  • Loading branch information
joeyh committed Mar 15, 2011
1 parent 4d8d5b6 commit cb2acd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pristine-gz
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ sub reproducegz {
# which in turn is used by IO::Zlib. It was found on the real world on
# tarballs generated by Perl 5.10's Module::Build (cf. #618284)
push @try, [@args, '--quirk', 'perl'];
push @try, [@args, '--quirk', 'perl', '-1'];

# apparently, there is an old version of bsd-gzip (or a similar tool
# based on zlib) that creates gz using maximum compression (-9) but
Expand Down

0 comments on commit cb2acd1

Please sign in to comment.