summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2019-10-15 01:29:45 +0000
committerNorbert Preining <preining@logic.at>2019-10-15 01:29:45 +0000
commita5f05a0381c6c251f119f0c8e60dbaf40298122a (patch)
tree9ce5b7934616de160a631ebdee6dbcbf5fb824c1
parent4dc770d78718eb2f9a76f1ced3cc273f5ec69125 (diff)
allow for https CTAN mirrors
git-svn-id: svn://tug.org/texlive/trunk@52387 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xMaster/tlpkg/bin/tl-update-ctan-mirrors2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/tl-update-ctan-mirrors b/Master/tlpkg/bin/tl-update-ctan-mirrors
index 52e286db209..f4bd33b8ddf 100755
--- a/Master/tlpkg/bin/tl-update-ctan-mirrors
+++ b/Master/tlpkg/bin/tl-update-ctan-mirrors
@@ -99,7 +99,7 @@ sub read_readme_mirror {
}
next if ! defined($mirror);
- if (m!^ URL: (ftp|http|rsync)://([-a-zA-Z0-9.]+)/([-\w/]*)!) {
+ if (m!^ URL: (ftp|https?|rsync)://([-a-zA-Z0-9.]+)/([-\w/]*)!) {
$protocols{$1} = "$2/$3";
next;
}