summaryrefslogtreecommitdiff
path: root/Master/texmf
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-11-04 00:12:32 +0000
committerKarl Berry <karl@freefriends.org>2008-11-04 00:12:32 +0000
commit53ca877263cf5418d1d6af6ebc81cf91d0d784e2 (patch)
tree2e8f8a79624e57c5e28ba4c80cea715e0a254a50 /Master/texmf
parentfd9455af0db7aafff10a7e82c4335232a4916e2b (diff)
don't ask for reporting.
git-svn-id: svn://tug.org/texlive/trunk@11168 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl5
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