diff options
author | Norbert Preining <preining@logic.at> | 2009-05-18 14:06:55 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-05-18 14:06:55 +0000 |
commit | f1302f1e6db8914748894ee18d98ada6e4e06633 (patch) | |
tree | b298d2315ec3b3cd79a92a2312f53fca998e137f /Master | |
parent | 793906fc9c8212552f260f828417697e8d6988cb (diff) |
only tell users to update texlive.infra on critical updates, bin-texlive
is not critical anymore
git-svn-id: svn://tug.org/texlive/trunk@13203 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index 6ef37dd6dbf..201c3f34fb0 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -2656,7 +2656,7 @@ sub check_for_critical_updates 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(" tlmgr update texlive.infra\n"); tlwarn("or by getting the latest updater for Unix-ish systems:\n"); tlwarn(" $TeXLiveURL/update-tlmgr-latest.sh\n"); tlwarn("and/or Windows systems:\n"); |