texlive[45613] Master/texmf-dist/scripts/texlive/tlmgr.pl: tlmgr:

commits+preining at tug.org commits+preining at tug.org
Fri Oct 27 01:18:10 CEST 2017


Revision: 45613
          http://tug.org/svn/texlive?view=revision&revision=45613
Author:   preining
Date:     2017-10-27 01:18:10 +0200 (Fri, 27 Oct 2017)
Log Message:
-----------
tlmgr: format tlmgr conf output

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-10-26 22:39:11 UTC (rev 45612)
+++ trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl	2017-10-26 23:18:10 UTC (rev 45613)
@@ -5918,18 +5918,18 @@
   info(give_version());
   info("==================== executables found by searching PATH =================\n");
   info("PATH: $PATH\n");
-  for my $cmd (qw/kpsewhich updmap fmtutil tlmgr tex pdftex mktexpk
-                  dvips dvipdfmx/) {
-    info("$cmd: " . TeXLive::TLUtils::which($cmd) . "\n");
+  for my $cmd (qw/kpsewhich updmap fmtutil tlmgr tex pdftex luatex xetex
+                  mktexpk dvips dvipdfmx/) {
+    info(sprintf("%-10s %s\n", "$cmd:", TeXLive::TLUtils::which($cmd)));
   }
   info("=========================== active config files ==========================\n");
   for my $m (qw/texmf.cnf updmap.cfg/) {
     for my $f (`kpsewhich -all $m`) {
-      info("$m: $f");
+      info(sprintf("%-17s %s", "$m:", $f));
     }
   }
   for my $m (qw/fmtutil.cnf config.ps mktex.cnf pdftexconfig.tex/) {
-    info("$m: " . `kpsewhich $m`);
+    info(sprintf("%-17s %s", "$m:", `kpsewhich $m`));
   }
 
   #tlwarn("$prg: missing finding of XDvi, config!\n");
@@ -5936,7 +5936,7 @@
 
   info("============================= font map files =============================\n");
   for my $m (qw/psfonts.map pdftex.map ps2pk.map kanjix.map/) {
-    info("$m: " . `kpsewhich $m`);
+    info(sprintf("%-12s %s", "$m:", `kpsewhich $m`));
   }
 
   info("=========================== kpathsea variables ===========================\n");



More information about the tex-live-commits mailing list