[latex3-commits] [git/LaTeX3-latex3-l3build] master: Drop reporting script name in terminal (02f7421)
Joseph Wright
joseph.wright at morningstar2.co.uk
Sun Jul 29 21:48:13 CEST 2018
Repository : https://github.com/latex3/l3build
On branch : master
Link : https://github.com/latex3/l3build/commit/02f7421ae96de8a8a08684072a2ec4f50f1efbb0
>---------------------------------------------------------------
commit 02f7421ae96de8a8a08684072a2ec4f50f1efbb0
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sun Jul 29 20:48:13 2018 +0100
Drop reporting script name in terminal
Doesn't really make sense with the new approach.
>---------------------------------------------------------------
02f7421ae96de8a8a08684072a2ec4f50f1efbb0
l3build-aux.lua | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/l3build-aux.lua b/l3build-aux.lua
index f081054..d93c00c 100644
--- a/l3build-aux.lua
+++ b/l3build-aux.lua
@@ -100,10 +100,7 @@ function call(dirs, target, opts)
if i == "." then
text = " with configuration " .. opts["config"][1]
end
- print(
- "Running script " .. scriptname .. " with target \"" .. target
- .. "\"" .. text
- )
+ print("Running l3build with target \"" .. target .. "\"" .. text )
local errorlevel = run(
i,
"texlua " .. scriptname .. " " .. target .. s
More information about the latex3-commits
mailing list