[latex3-commits] [latex3/latex2e] develop: Update required/tools/build.lua (57c58d34)
github at latex-project.org
github at latex-project.org
Sun Sep 15 20:27:07 CEST 2024
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/57c58d348058b2e899a2ea73249ed20d55aa5aff
>---------------------------------------------------------------
commit 57c58d348058b2e899a2ea73249ed20d55aa5aff
Author: David Carlisle <d.p.carlisle at gmail.com>
Date: Thu Sep 12 22:25:37 2024 +0100
Update required/tools/build.lua
Co-authored-by: Yukai Chou <muzimuzhi at gmail.com>
>---------------------------------------------------------------
57c58d348058b2e899a2ea73249ed20d55aa5aff
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 5b375758..7daa95fc 100644
--- a/required/tools/build.lua
+++ b/required/tools/build.lua
@@ -47,7 +47,7 @@ function bundleunpack(sourcedirs, sources)
return errorlevel
end
if module == "tools" then
- texio.write(" * Renaming rename-to-empty-base.tex to .tex\n")
+ print(" * Renaming rename-to-empty-base.tex to .tex")
errorlevel = ren(unpackdir,"rename-to-empty-base.tex",".tex")
if errorlevel ~= 0 then
return errorlevel
More information about the latex3-commits
mailing list.