make the tzfile header check look for "TZif" instead of "TZif2"
This commit is contained in:
parent
5dfea663cd
commit
9d9feb647a
|
@ -55,7 +55,7 @@ foreach my $name ( sort( keys(%name_to_file) ) ) {
|
||||||
my $data = join( "", <$in> );
|
my $data = join( "", <$in> );
|
||||||
close($in);
|
close($in);
|
||||||
|
|
||||||
if ( $data !~ /^TZif2/o ) {
|
if ( $data !~ /^TZif/o ) {
|
||||||
$debug && print "Skipped $file\n";
|
$debug && print "Skipped $file\n";
|
||||||
next;
|
next;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue