[latex3-commits] [latex3/l3build] main: Drop somne duplicated file copying (526229e)

github at latex-project.org github at latex-project.org
Fri Sep 27 10:45:10 CEST 2024


Repository : https://github.com/latex3/l3build
On branch  : main
Link       : https://github.com/latex3/l3build/commit/526229e3e61ff3cc40ac095c82b4d6ace0ef54e5

>---------------------------------------------------------------

commit 526229e3e61ff3cc40ac095c82b4d6ace0ef54e5
Author: Joseph Wright <joseph at texdev.net>
Date:   Fri Sep 27 09:45:10 2024 +0100

    Drop somne duplicated file copying
    
    Thanks to cfr for identifying the issue


>---------------------------------------------------------------

526229e3e61ff3cc40ac095c82b4d6ace0ef54e5
 l3build-ctan.lua | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/l3build-ctan.lua b/l3build-ctan.lua
index 167cd33..71ab231 100644
--- a/l3build-ctan.lua
+++ b/l3build-ctan.lua
@@ -67,9 +67,6 @@ function copyctan()
     copyfiles(tab,docfiledir)
   end
   copyfiles(sourcefiles,sourcefiledir)
-  for _,file in pairs(textfiles) do
-    cp(file, textfiledir, pkgdir)
-  end
 
 end
 





More information about the latex3-commits mailing list.