summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-01-22 19:54:01 +0000
committerKarl Berry <karl@freefriends.org>2009-01-22 19:54:01 +0000
commit4bada59ddf237b7995ac8d32a1c9a004a2ba9733 (patch)
tree71a040e32164bc8248ed80f964b161eaef105e15 /Master
parent9fd976585481939941d3709c01bb285a4e92d2d3 (diff)
(check_for_critical_updates): reword message.
git-svn-id: svn://tug.org/texlive/trunk@11946 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl12
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);
}