[latex3-commits] [latex3/l3build] main: Add Frank's suggestion (ccc26aa)
github at latex-project.org
github at latex-project.org
Thu Jan 18 21:04:40 CET 2024
Repository : https://github.com/latex3/l3build
On branch : main
Link : https://github.com/latex3/l3build/commit/ccc26aad2102159cdc9aa4cca1754981e621d8d0
>---------------------------------------------------------------
commit ccc26aad2102159cdc9aa4cca1754981e621d8d0
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Thu Jan 18 20:04:40 2024 +0000
Add Frank's suggestion
>---------------------------------------------------------------
ccc26aad2102159cdc9aa4cca1754981e621d8d0
l3build-arguments.lua | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/l3build-arguments.lua b/l3build-arguments.lua
index 109a0d5..ec3b533 100644
--- a/l3build-arguments.lua
+++ b/l3build-arguments.lua
@@ -307,5 +307,8 @@ function check_engines(config)
end
end
end
- if not next(checkengines) then exit(0) end
+ if not next(checkengines) then
+ print("No applicable engine requested, config ignored")
+ exit(0)
+ end
end
More information about the latex3-commits
mailing list.