summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl
index 0b67eca84d7..8312e6f0d32 100755
--- a/Master/texmf/scripts/texlive/tlmgr.pl
+++ b/Master/texmf/scripts/texlive/tlmgr.pl
@@ -2843,6 +2843,7 @@ sub action_list {
@whattolist = $tlm->tlpdb->list_packages;
}
foreach (@whattolist) {
+ next if ($_ =~ m/^00texlive/);
if (defined($localtlpdb->get_package($_))) {
print "i ";
} else {