summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts
diff options
context:
space:
mode:
authorSiep Kroonenberg <siepo@cybercomm.nl>2020-06-08 09:38:42 +0000
committerSiep Kroonenberg <siepo@cybercomm.nl>2020-06-08 09:38:42 +0000
commitd87925774809ffcd12983a47fb2f01e47288a456 (patch)
treeb5a80aecc83ff9e585cfd37e834a77f8da30e865 /Master/texmf-dist/scripts
parent4c9b26014ccfb8dfa3abca234db1b9da284c726a (diff)
Show installed packages at startup (bug fix)
git-svn-id: svn://tug.org/texlive/trunk@55480 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts')
-rwxr-xr-xMaster/texmf-dist/scripts/tlshell/tlshell.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/tlshell/tlshell.tcl b/Master/texmf-dist/scripts/tlshell/tlshell.tcl
index 363f0ff6e60..432b2346a34 100755
--- a/Master/texmf-dist/scripts/tlshell/tlshell.tcl
+++ b/Master/texmf-dist/scripts/tlshell/tlshell.tcl
@@ -2511,7 +2511,7 @@ proc initialize {} {
}
}
get_packages_info_local
- collect_filtered
+ collect_and_display_filtered
get_repos_from_tlmgr
}; # initialize