From ae2a5f357df974b9a9140e188de98de09c83cf36 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 14 Mar 2020 22:04:10 +0000 Subject: (rebuild_one_format): search for .pool, not .poo. Not that anyone uses this branch. git-svn-id: svn://tug.org/texlive/trunk@54303 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/texlive/fmtutil.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/scripts/texlive/fmtutil.pl b/Master/texmf-dist/scripts/texlive/fmtutil.pl index 4dd097286f1..76abdbad6c2 100755 --- a/Master/texmf-dist/scripts/texlive/fmtutil.pl +++ b/Master/texmf-dist/scripts/texlive/fmtutil.pl @@ -626,7 +626,7 @@ sub rebuild_one_format { $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"); -- cgit v1.2.3