[latex3-commits] [latex3/latex2e] gh1412: Update required/tools/build.lua (18cbf595)

github at latex-project.org github at latex-project.org
Thu Sep 12 23:26:28 CEST 2024


Repository : https://github.com/latex3/latex2e
On branch  : gh1412
Link       : https://github.com/latex3/latex2e/commit/18cbf595b1d05472103aa1b463574138b9918ac2

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

commit 18cbf595b1d05472103aa1b463574138b9918ac2
Author: David Carlisle <d.p.carlisle at gmail.com>
Date:   Thu Sep 12 22:26:28 2024 +0100

    Update required/tools/build.lua
    
    Co-authored-by: Yukai Chou <muzimuzhi at gmail.com>


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

18cbf595b1d05472103aa1b463574138b9918ac2
 required/tools/build.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/required/tools/build.lua b/required/tools/build.lua
index 7daa95fc..5801b551 100644
--- a/required/tools/build.lua
+++ b/required/tools/build.lua
@@ -50,7 +50,7 @@ function bundleunpack(sourcedirs, sources)
     print(" * Renaming rename-to-empty-base.tex to .tex")
     errorlevel = ren(unpackdir,"rename-to-empty-base.tex",".tex")
     if errorlevel ~= 0 then
-     return errorlevel
+      return errorlevel
     end
   end
   return 0





More information about the latex3-commits mailing list.