diff options
author | Karl Berry <karl@freefriends.org> | 2020-03-14 22:04:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-03-14 22:04:10 +0000 |
commit | ae2a5f357df974b9a9140e188de98de09c83cf36 (patch) | |
tree | e63aea12ef369aa15785d73d0ecabe55c7607087 /Master | |
parent | 58c4ce1681c0ba0f511802729b1409b92a864617 (diff) |
(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
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/texmf-dist/scripts/texlive/fmtutil.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |