summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2009-07-23 22:27:36 +0000
committerNorbert Preining <preining@logic.at>2009-07-23 22:27:36 +0000
commitba2012d21d337bd2e2ea84a703419897cc698434 (patch)
tree3bf7cba3e9d93c3e0abe6433366475c3f8f3b8a2 /Master/tlpkg
parenta76e10d09c8cfe7d7586ff8ca2f0e35ab11c7d5a (diff)
small fix for give_ctan_mirror
git-svn-id: svn://tug.org/texlive/trunk@14416 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r--Master/tlpkg/TeXLive/TLUtils.pm2
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 {