[latex3-commits] [git/LaTeX3-latex3-l3build] regenerate: Small fixes (4038d5c)
Marcel Fabian Krüger
tex at 2krueger.de
Thu May 27 16:37:45 CEST 2021
Repository : https://github.com/latex3/l3build
On branch : regenerate
Link : https://github.com/latex3/l3build/commit/4038d5c5131135de756f33775e5421b009364081
>---------------------------------------------------------------
commit 4038d5c5131135de756f33775e5421b009364081
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date: Thu May 27 16:37:45 2021 +0200
Small fixes
>---------------------------------------------------------------
4038d5c5131135de756f33775e5421b009364081
l3build-check.lua | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/l3build-check.lua b/l3build-check.lua
index 6ec4346..1ab3c8f 100644
--- a/l3build-check.lua
+++ b/l3build-check.lua
@@ -984,9 +984,9 @@ end
-- A short auxiliary to print the list of differences for check
function showsavecommands(failurelist)
local savecmds = {}
- local hascheckcmd, checkcmd = false, "l3build check"
+ local hascheckcmd, checkcmd = false, "l3build check --show-save-cmds"
local prefix = "l3build save"
- if options.config and options.config ~= 'build' then
+ if options.config and options.config[1] ~= 'build' then
local config = " -c " .. options.config[1]
prefix = prefix .. config
checkcmd = checkcmd .. config
More information about the latex3-commits
mailing list.