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

commits+preining at tug.org commits+preining at tug.org
Wed Aug 4 03:42:52 CEST 2021


Revision: 60157
          http://tug.org/svn/texlive?view=revision&revision=60157
Author:   preining
Date:     2021-08-04 03:42:52 +0200 (Wed, 04 Aug 2021)
Log Message:
-----------
tlmgr: make sure that backticks is protected

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	2021-08-03 23:48:32 UTC (rev 60156)
+++ trunk/Master/texmf-dist/scripts/texlive/tlmgr.pl	2021-08-04 01:42:52 UTC (rev 60157)
@@ -6465,7 +6465,7 @@
   }
   info("=========================== active config files ==========================\n");
   for my $m (sort(qw/fmtutil.cnf config.ps mktex.cnf pdftexconfig.tex/)) {
-    info(sprintf("%-17s %s", "$m:", `kpsewhich $m`));
+    info(sprintf("%-17s %s", "$m:", `kpsewhich $m` || "(not found!)\n"));
   }
   for my $m (qw/texmf.cnf updmap.cfg/) {
     for my $f (`kpsewhich -all $m`) {



More information about the tex-live-commits mailing list.