From 10cc435f1637fdddc1ef43f8218ec55e6c387fc6 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Tue, 5 Jun 2018 02:23:02 +0000 Subject: fmtutil: fix a call to File::Copy without a function name git-svn-id: svn://tug.org/texlive/trunk@47929 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/texlive/fmtutil.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Master/texmf-dist/scripts/texlive/fmtutil.pl b/Master/texmf-dist/scripts/texlive/fmtutil.pl index 3006de5b64c..681d9908ff2 100755 --- a/Master/texmf-dist/scripts/texlive/fmtutil.pl +++ b/Master/texmf-dist/scripts/texlive/fmtutil.pl @@ -628,7 +628,7 @@ sub rebuild_one_format { if ($poolfile && -f $poolfile) { print_verbose("attempting to create localized format " . "using pool=$pool and tcx=$tcx.\n"); - File::Copy($poolfile, "$eng.pool"); + File::Copy::copy($poolfile, "$eng.pool"); $tcxflag = "-translate-file=$tcx" if ($tcx); $localpool = 1; } -- cgit v1.2.3