texlive[59095] Master/tlpkg/TeXLive/TLUtils.pm: TLUtils: fix file://

commits+preining at tug.org commits+preining at tug.org
Thu May 6 16:15:27 CEST 2021


Revision: 59095
          http://tug.org/svn/texlive?view=revision&revision=59095
Author:   preining
Date:     2021-05-06 16:15:27 +0200 (Thu, 06 May 2021)
Log Message:
-----------
TLUtils: fix file:// URI scheme - thanks to Vincenzo Mantova

Modified Paths:
--------------
    trunk/Master/tlpkg/TeXLive/TLUtils.pm

Modified: trunk/Master/tlpkg/TeXLive/TLUtils.pm
===================================================================
--- trunk/Master/tlpkg/TeXLive/TLUtils.pm	2021-05-05 23:48:55 UTC (rev 59094)
+++ trunk/Master/tlpkg/TeXLive/TLUtils.pm	2021-05-06 14:15:27 UTC (rev 59095)
@@ -2750,7 +2750,7 @@
       return \*RETFH;
     } else {
       if (-r $filetoopen) {
-        copy ($filetoopen, $par);
+        copy ("-f", $filetoopen, $dest);
         return 1;
       }
       return 0;



More information about the tex-live-commits mailing list.