diff options
author | Norbert Preining <preining@logic.at> | 2009-05-21 13:40:51 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-05-21 13:40:51 +0000 |
commit | 50b2245c150051724927c7c1c8dbbfa9311888b3 (patch) | |
tree | f353f7334107bdcae83cfc13a7fece5c49fa71e8 /Master/texmf | |
parent | 70c78ee9c54546fda7d4e7354983c2ffc6f2fd15 (diff) |
remove warning for bin-texlive
git-svn-id: svn://tug.org/texlive/trunk@13349 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index f6d1e41fd10..564011e61bb 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -6,7 +6,7 @@ # or any later version. # # TODO: -# - in GUI mode updating bin-texlive/texlive.infra DOES work without +# - in GUI mode updating texlive.infra DOES work without # the warning, but it does NOT force to restart the GUI. THAT IS BAD!!! # # - when tlmgr2.pl is shipped globally as tlmgr.pl we can switch the @@ -2657,7 +2657,7 @@ sub check_for_critical_updates if ($criticalupdate) { tlwarn("Updates for tlmgr itself are present.\n"); tlwarn("=" x 79, "\n"); - tlwarn("Please update the packages bin-texlive and texlive.infra first, "); + tlwarn("Please update the package texlive.infra first, "); tlwarn("via either\n"); tlwarn(" tlmgr update texlive.infra\n"); tlwarn("or by getting the latest updater for Unix-ish systems:\n"); |