diff options
author | Karl Berry <karl@freefriends.org> | 2022-03-15 20:08:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-03-15 20:08:23 +0000 |
commit | 269db182a3b5d6df307e49e15092cbd1dd26d898 (patch) | |
tree | 3291c66dc473e571ccd897b781c5c39f776ba720 /Build | |
parent | 664dc1f78cafa6dae96ff3bad0b0c4a5906dc9c2 (diff) |
latex-dev (15mar22)
git-svn-id: svn://tug.org/texlive/trunk@62725 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/texlive/linked_scripts/l3build/l3build.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/l3build/l3build.lua b/Build/source/texk/texlive/linked_scripts/l3build/l3build.lua index 744f7628b8c..80a7b6e3d01 100644 --- a/Build/source/texk/texlive/linked_scripts/l3build/l3build.lua +++ b/Build/source/texk/texlive/linked_scripts/l3build/l3build.lua @@ -25,7 +25,7 @@ for those people who are interested. --]] -- Version information -release_date = "2022-02-24" +release_date = "2022-03-15" -- File operations are aided by the LuaFileSystem module local lfs = require("lfs") @@ -134,7 +134,7 @@ else end if #checkconfigs > 1 then - if options["target"] == "check" then + if options["target"] == "check" or options["target"] == "bundlecheck" then local errorlevel = 0 local failed = { } for i = 1, #checkconfigs do |