From e641bbfc1f05b1c7b7230f0445007821c8a98c5f Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Mon, 13 Oct 2003 19:00:23 +0000 Subject: only list one tz for chinas (hp release) --- perl-install/timezone.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/timezone.pm b/perl-install/timezone.pm index f09bbdf1b..81d59f3b9 100644 --- a/perl-install/timezone.pm +++ b/perl-install/timezone.pm @@ -11,7 +11,7 @@ sub getTimeZones { my ($prefix) = @_; $::testing and $prefix = ''; open(my $F, "cd $prefix/usr/share/zoneinfo && find [A-Z]* -type f |"); - my @l = chomp_(<$F>); + my @l = difference2([ chomp_(<$F> ]), [ 'ROC', 'PRC'] ); close $F or die "cannot list the available zoneinfos"; sort @l; } -- cgit v1.2.1