diff options
author | Norbert Preining <preining@logic.at> | 2017-12-11 01:54:21 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2017-12-11 01:54:21 +0000 |
commit | 123db0a82e69a247801bbc3f28e0d4f6df041732 (patch) | |
tree | 2ed5e064fcc4f8e051759e4afa683222076d715b /Master/texmf-dist/scripts | |
parent | 32c18c47a3801d0b6cf076e0b1edf9e4f853caba (diff) |
fix lost list output for tlmgr list/info
git-svn-id: svn://tug.org/texlive/trunk@46034 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts')
-rwxr-xr-x | Master/texmf-dist/scripts/texlive/tlmgr.pl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl index 3452469476a..66ee927d7e3 100755 --- a/Master/texmf-dist/scripts/texlive/tlmgr.pl +++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl @@ -1537,6 +1537,8 @@ sub action_info { } # loading of tlpdb is done below } + } elsif (!$what || $what =~ m/^(collections|schemes)$/i) { + $fmt = "list"; } else { $fmt = "detail"; } |