texlive[54303] Master/texmf-dist/scripts/texlive/fmtutil.pl:

commits+karl at tug.org commits+karl at tug.org
Sat Mar 14 23:04:10 CET 2020


Revision: 54303
          http://tug.org/svn/texlive?view=revision&revision=54303
Author:   karl
Date:     2020-03-14 23:04:10 +0100 (Sat, 14 Mar 2020)
Log Message:
-----------
(rebuild_one_format): search for .pool, not
.poo. Not that anyone uses this branch.

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

Modified: trunk/Master/texmf-dist/scripts/texlive/fmtutil.pl
===================================================================
--- trunk/Master/texmf-dist/scripts/texlive/fmtutil.pl	2020-03-14 21:01:21 UTC (rev 54302)
+++ trunk/Master/texmf-dist/scripts/texlive/fmtutil.pl	2020-03-14 22:04:10 UTC (rev 54303)
@@ -626,7 +626,7 @@
     $texargs = $addargs;
   }
   if ($pool) {
-    chomp (my $poolfile = `kpsewhich -progname=$eng $pool.poo 2>$nul`);
+    chomp (my $poolfile = `kpsewhich -progname=$eng $pool.pool 2>$nul`);
     if ($poolfile && -f $poolfile) {
       print_verbose("attempting to create localized format "
                     . "using pool=$pool and tcx=$tcx.\n");



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