diff options
author | Norbert Preining <preining@logic.at> | 2019-10-15 01:29:45 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2019-10-15 01:29:45 +0000 |
commit | a5f05a0381c6c251f119f0c8e60dbaf40298122a (patch) | |
tree | 9ce5b7934616de160a631ebdee6dbcbf5fb824c1 /Master/tlpkg/bin | |
parent | 4dc770d78718eb2f9a76f1ced3cc273f5ec69125 (diff) |
allow for https CTAN mirrors
git-svn-id: svn://tug.org/texlive/trunk@52387 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-ctan-mirrors | 2 |
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; } |