diff options
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"); |