[latex3-commits] [git/LaTeX3-latex3-l3build] master: Missed a "ps:" (e5fb856)

Joseph Wright joseph.wright at morningstar2.co.uk
Mon Mar 16 20:42:19 CET 2020


Repository : https://github.com/latex3/l3build
On branch  : master
Link       : https://github.com/latex3/l3build/commit/e5fb8561c3add1bc95220252b775e1b116672520

>---------------------------------------------------------------

commit e5fb8561c3add1bc95220252b775e1b116672520
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Mon Mar 16 19:42:19 2020 +0000

    Missed a "ps:"


>---------------------------------------------------------------

e5fb8561c3add1bc95220252b775e1b116672520
 l3build-check.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3build-check.lua b/l3build-check.lua
index cb00a04..6253daf 100644
--- a/l3build-check.lua
+++ b/l3build-check.lua
@@ -226,7 +226,7 @@ local function normalize_log(content,engine,errlevels)
      end
      -- Remove the \special line that in DVI mode keeps PDFs comparable
     if match(line, "^%.*\\special%{pdf: docinfo << /Creator") or
-      match(line, "^%.*\\special%{/setdistillerparams") then
+      match(line, "^%.*\\special%{ps: /setdistillerparams") then
       return ""
     end
      -- Remove \special lines for DVI .pro files





More information about the latex3-commits mailing list.