summaryrefslogtreecommitdiff
path: root/Master/texmf
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-12-19 16:14:14 +0000
committerKarl Berry <karl@freefriends.org>2008-12-19 16:14:14 +0000
commit941feb78960cd48da53253f4979d732e4f0a27ee (patch)
tree64fb8d3dbc4c2317683eecf45ee09756da4b6137 /Master/texmf
parent0840ed675e3d9966b766fa6d713d62f6b62fffc9 (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-xMaster/texmf/scripts/texlive/tlmgr2.pl6
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