diff options
author | Karl Berry <karl@freefriends.org> | 2024-01-09 21:08:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-01-09 21:08:00 +0000 |
commit | f02046b3f6cb97b9206720be8ad437c26fd6d527 (patch) | |
tree | 812f1018399d4105dfd752eb865bd35cf052cb4a /Master/texmf-dist/scripts | |
parent | c7282435cd999572e255e6d6d7f0499b71269475 (diff) |
l3build (9jan24)
git-svn-id: svn://tug.org/texlive/trunk@69360 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts')
-rw-r--r-- | Master/texmf-dist/scripts/l3build/l3build-check.lua | 2 | ||||
-rwxr-xr-x | Master/texmf-dist/scripts/l3build/l3build.lua | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/scripts/l3build/l3build-check.lua b/Master/texmf-dist/scripts/l3build/l3build-check.lua index 1f2b04ce5a3..2a50c590dbb 100644 --- a/Master/texmf-dist/scripts/l3build/l3build-check.lua +++ b/Master/texmf-dist/scripts/l3build/l3build-check.lua @@ -1058,7 +1058,7 @@ end -- A short auxiliary to print the list of differences for check function checkdiff(config) local testdir = testdir - if config then + if config and config ~= "build" then testdir = testdir .. "-" .. config end local diff_files = ordered_filelist(testdir, "*" .. os_diffext) diff --git a/Master/texmf-dist/scripts/l3build/l3build.lua b/Master/texmf-dist/scripts/l3build/l3build.lua index 995eefe533a..8b0dcbda6f8 100755 --- a/Master/texmf-dist/scripts/l3build/l3build.lua +++ b/Master/texmf-dist/scripts/l3build/l3build.lua @@ -25,7 +25,7 @@ for those people who are interested. --]] -- Version information -release_date = "2024-01-04" +release_date = "2024-01-09" -- File operations are aided by the LuaFileSystem module local lfs = require("lfs") |