diff options
Diffstat (limited to 'Master/tlpkg/TeXLive/TLUtils.pm')
-rw-r--r-- | Master/tlpkg/TeXLive/TLUtils.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/TeXLive/TLUtils.pm b/Master/tlpkg/TeXLive/TLUtils.pm index cacf1bf71c1..cd4246f6c0f 100644 --- a/Master/tlpkg/TeXLive/TLUtils.pm +++ b/Master/tlpkg/TeXLive/TLUtils.pm @@ -2945,7 +2945,7 @@ sub give_ctan_mirror_base sub give_ctan_mirror { - return (give_ctan_mirror_base() . "$TeXLiveServerPath"); + return (give_ctan_mirror_base() . "/$TeXLiveServerPath"); } sub tlmd5 { |