diff options
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index b740401a43e..c0b26016eb0 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -2601,16 +2601,16 @@ sub check_for_critical_updates } if ($criticalupdate) { tlwarn("Updates for tlmgr itself are present.\n"); - tlwarn("==========================================================\n"); - tlwarn("Please update the packages bin-texlive and texlive.infra first,"); - tlwarn("e.g., by calling\n"); + tlwarn("=" x 79, "\n"); + tlwarn("Please update the packages bin-texlive and texlive.infra first, "); + tlwarn("via either\n"); tlwarn(" tlmgr update bin-texlive texlive.infra\n"); - tlwarn("Or get the latest updater from\nfor Unix-ish systems:\n"); + tlwarn("or by getting the latest updater for Unix-ish systems:\n"); tlwarn(" $TeXLiveURL/update-tlmgr-latest.sh\n"); - tlwarn("for Windows systems:\n"); + tlwarn("and/or Windows systems:\n"); tlwarn(" $TeXLiveURL/update-tlmgr-latest.exe\n"); tlwarn("Then continue with other updates.\n"); - tlwarn("==========================================================\n"); + tlwarn("=" x 79, "\n"); } return($criticalupdate); } |