diff options
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index d5c7c7f1f33..c067b4de6fb 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -586,7 +586,7 @@ sub action_show { print "Collection: ", @colls, "\n" if (@colls); print "\n"; } else { - printf STDERR "tlmgr: Cannot find $pkg\n"; + printf STDERR "tlmgr: cannot find $pkg\n"; } } return; @@ -1242,8 +1242,7 @@ sub action_update { # skipping this package, it has been removed due to server removal next; } else { - tlwarn("\ntlmgr: should not happen, please report: " - . "$pkg mentioned, but neither new nor forcibly removed\n"); + tlwarn("\ntlmgr: $pkg mentioned, neither new nor forcibly removed\n"); next; } # install new packages |