diff options
author | Karl Berry <karl@freefriends.org> | 2020-03-16 01:11:57 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-03-16 01:11:57 +0000 |
commit | 3ee1e05e0e3cacf71fa3d5f2f0d21314f469eb67 (patch) | |
tree | d4f8ee59a07c01586bbc99037f6280cb9b46dcfe /Build/source/texk | |
parent | 0c3432ddf8d3227837622f164d69f294fb38a0a5 (diff) |
doc,sync
git-svn-id: svn://tug.org/texlive/trunk@54342 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk')
-rwxr-xr-x | Build/source/texk/texlive/linked_scripts/texlive/fmtutil.pl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/texlive/fmtutil.pl b/Build/source/texk/texlive/linked_scripts/texlive/fmtutil.pl index 2f085a5c6f3..814941ccff7 100755 --- a/Build/source/texk/texlive/linked_scripts/texlive/fmtutil.pl +++ b/Build/source/texk/texlive/linked_scripts/texlive/fmtutil.pl @@ -1,5 +1,5 @@ #!/usr/bin/env perl -# $Id: fmtutil.pl 53340 2020-01-06 23:55:32Z preining $ +# $Id: fmtutil.pl 54303 2020-03-14 22:04:10Z karl $ # fmtutil - utility to maintain format files. # (Maintained in TeX Live:Master/texmf-dist/scripts/texlive.) # @@ -24,11 +24,11 @@ BEGIN { TeX::Update->import(); } -my $svnid = '$Id: fmtutil.pl 53340 2020-01-06 23:55:32Z preining $'; -my $lastchdate = '$Date: 2020-01-07 00:55:32 +0100 (Tue, 07 Jan 2020) $'; +my $svnid = '$Id: fmtutil.pl 54303 2020-03-14 22:04:10Z karl $'; +my $lastchdate = '$Date: 2020-03-14 23:04:10 +0100 (Sat, 14 Mar 2020) $'; $lastchdate =~ s/^\$Date:\s*//; $lastchdate =~ s/ \(.*$//; -my $svnrev = '$Revision: 53340 $'; +my $svnrev = '$Revision: 54303 $'; $svnrev =~ s/^\$Revision:\s*//; $svnrev =~ s/\s*\$$//; my $version = "r$svnrev ($lastchdate)"; @@ -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"); |