summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-update-ctan-mirrors
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-12-07 00:09:01 +0000
committerKarl Berry <karl@freefriends.org>2017-12-07 00:09:01 +0000
commit387e67b47fd1c2543954a027b7c5218ab64622a6 (patch)
treee0c9a52bcc432225ed194e46f8a237956b3d5997 /Master/tlpkg/bin/tl-update-ctan-mirrors
parentda0eaf985023f5c7085d52ea43031045a585f63d (diff)
(read_readme_mirror): Australasia -> Oceania in CTAN:README.mirrors.
git-svn-id: svn://tug.org/texlive/trunk@46006 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-ctan-mirrors')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-ctan-mirrors3
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)) {