summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/l3build/l3build-aux.lua
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/scripts/l3build/l3build-aux.lua')
-rw-r--r--Master/texmf-dist/scripts/l3build/l3build-aux.lua5
1 files changed, 1 insertions, 4 deletions
diff --git a/Master/texmf-dist/scripts/l3build/l3build-aux.lua b/Master/texmf-dist/scripts/l3build/l3build-aux.lua
index f081054d575..d93c00c6745 100644
--- a/Master/texmf-dist/scripts/l3build/l3build-aux.lua
+++ b/Master/texmf-dist/scripts/l3build/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