diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2020-06-08 09:38:42 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2020-06-08 09:38:42 +0000 |
commit | d87925774809ffcd12983a47fb2f01e47288a456 (patch) | |
tree | b5a80aecc83ff9e585cfd37e834a77f8da30e865 | |
parent | 4c9b26014ccfb8dfa3abca234db1b9da284c726a (diff) |
Show installed packages at startup (bug fix)
git-svn-id: svn://tug.org/texlive/trunk@55480 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/texmf-dist/scripts/tlshell/tlshell.tcl | 2 |
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 |