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

commits+preining at tug.org commits+preining at tug.org
Tue Jun 5 04:23:02 CEST 2018


Revision: 47929
          http://tug.org/svn/texlive?view=revision&revision=47929
Author:   preining
Date:     2018-06-05 04:23:02 +0200 (Tue, 05 Jun 2018)
Log Message:
-----------
fmtutil: fix a call to File::Copy without a function name

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	2018-06-05 01:53:09 UTC (rev 47928)
+++ trunk/Master/texmf-dist/scripts/texlive/fmtutil.pl	2018-06-05 02:23:02 UTC (rev 47929)
@@ -628,7 +628,7 @@
     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;
     }



More information about the tex-live-commits mailing list