texlive[59127] Master/tlpkg/TeXLive/TLUtils.pm: glorious typo

commits+karl at tug.org commits+karl at tug.org
Sat May 8 00:03:34 CEST 2021


Revision: 59127
          http://tug.org/svn/texlive?view=revision&revision=59127
Author:   karl
Date:     2021-05-08 00:03:34 +0200 (Sat, 08 May 2021)
Log Message:
-----------
glorious typo

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

Modified: trunk/Master/tlpkg/TeXLive/TLUtils.pm
===================================================================
--- trunk/Master/tlpkg/TeXLive/TLUtils.pm	2021-05-07 22:03:03 UTC (rev 59126)
+++ trunk/Master/tlpkg/TeXLive/TLUtils.pm	2021-05-07 22:03:34 UTC (rev 59127)
@@ -2750,7 +2750,7 @@
       return \*RETFH;
     } else {
       if (-r $filetoopen) {
-        copy ("-f", "-L" $filetoopen, $dest);
+        copy ("-f", "-L", $filetoopen, $dest);
         return 1;
       }
       return 0;



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