From 4bada59ddf237b7995ac8d32a1c9a004a2ba9733 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 22 Jan 2009 19:54:01 +0000 Subject: (check_for_critical_updates): reword message. git-svn-id: svn://tug.org/texlive/trunk@11946 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf/scripts/texlive/tlmgr.pl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Master/texmf') 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); } -- cgit v1.2.3