texlive[46034] Master/texmf-dist/scripts/texlive/tlmgr.pl: fix lost

commits+preining at tug.org commits+preining at tug.org
Mon Dec 11 02:54:21 CET 2017


Revision: 46034
          http://tug.org/svn/texlive?view=revision&revision=46034
Author:   preining
Date:     2017-12-11 02:54:21 +0100 (Mon, 11 Dec 2017)
Log Message:
-----------
fix lost list output for tlmgr list/info

Modified Paths:
--------------
    trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl

Modified: trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl
===================================================================
--- trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl	2017-12-11 01:17:50 UTC (rev 46033)
+++ trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl	2017-12-11 01:54:21 UTC (rev 46034)
@@ -1537,6 +1537,8 @@
       }
       # loading of tlpdb is done below
     }
+  } elsif (!$what || $what =~ m/^(collections|schemes)$/i) {
+    $fmt = "list";
   } else {
     $fmt = "detail";
   }



More information about the tex-live-commits mailing list