diff options
author | Karl Berry <karl@freefriends.org> | 2008-12-19 16:14:14 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-12-19 16:14:14 +0000 |
commit | 941feb78960cd48da53253f4979d732e4f0a27ee (patch) | |
tree | 64fb8d3dbc4c2317683eecf45ee09756da4b6137 /Master/texmf | |
parent | 0840ed675e3d9966b766fa6d713d62f6b62fffc9 (diff) |
(init_tlmedia): change URL: to location-url
git-svn-id: svn://tug.org/texlive/trunk@11655 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr2.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr2.pl b/Master/texmf/scripts/texlive/tlmgr2.pl index 577759fd161..5ec09c5cb47 100755 --- a/Master/texmf/scripts/texlive/tlmgr2.pl +++ b/Master/texmf/scripts/texlive/tlmgr2.pl @@ -2476,10 +2476,10 @@ sub init_tlmedia { if ($location =~ m/^($TeXLiveServerURL|ctan$)/) { $location = give_ctan_mirror(); } - # that "URL: $location should not be changed since GUI programs + # that "location-url: $location should not be changed since GUI programs # might depend on it. In case of $::machinereadable all the info - # output is also going to STDERR - print "URL: $location\n" if $::machinereadable; + # output is also going to STDERR. + print "location-url $location\n" if $::machinereadable; info("tlmgr: installation location $location\n"); # $tlmediasrc is a global variable |