diff options
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-ctan-mirrors | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/tl-update-ctan-mirrors b/Master/tlpkg/bin/tl-update-ctan-mirrors index bf1d0e2c96f..9022189021a 100755 --- a/Master/tlpkg/bin/tl-update-ctan-mirrors +++ b/Master/tlpkg/bin/tl-update-ctan-mirrors @@ -64,8 +64,7 @@ sub read_readme_mirror { open (CTAN_SITES,"<$ctan_sites") || die "$0: open($ctan_sites) failed: $!\n"; while (<CTAN_SITES>) { chomp; - if (m/^ (Africa|Asia|Australasia|Europe|North America|South America)/) { -# if (m/>(Africa|Asia|Australasia|Europe|North America|South America)</) { + if (m/^ (Africa|Asia|Oceania|Europe|North America|South America)/) { my $save_continent = $1; #warn "got continent $save_continent\n"; if (defined($mirror)) { |