From 82b00f8ff627ca67a518482f47510e1fc574766f Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 26 Mar 2018 21:16:23 +0000 Subject: l3build (26mar18) git-svn-id: svn://tug.org/texlive/trunk@47135 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/l3build/l3build-check.lua | 3 ++- Master/texmf-dist/scripts/l3build/l3build.lua | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'Master/texmf-dist/scripts/l3build') diff --git a/Master/texmf-dist/scripts/l3build/l3build-check.lua b/Master/texmf-dist/scripts/l3build/l3build-check.lua index f378893b14a..a51dafd07c7 100644 --- a/Master/texmf-dist/scripts/l3build/l3build-check.lua +++ b/Master/texmf-dist/scripts/l3build/l3build-check.lua @@ -90,7 +90,8 @@ local function formatlog(logfile, newfile, engine, errlevels) end local function killcheck(line) -- Skip lines containing file dates - if match(line, "[^<]%d%d%d%d/%d%d/%d%d") then + if match(line, "[^<]%d%d%d%d/%d%d/%d%d") + or match(line, "[^<]%d%d%d%d%-%d%d%-%d%d") then return true elseif -- Skip \openin/\openout lines in web2c 7.x diff --git a/Master/texmf-dist/scripts/l3build/l3build.lua b/Master/texmf-dist/scripts/l3build/l3build.lua index 6e493c05baa..f4b09813b7d 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 = "2018-03-24" +release_date = "2018-03-26" -- File operations are aided by the LuaFileSystem module local lfs = require("lfs") -- cgit v1.2.3