summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/l3build/l3build-check.lua
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-02-10 22:47:49 +0000
committerKarl Berry <karl@freefriends.org>2019-02-10 22:47:49 +0000
commit3260d8bfcfd2a4034265ea18664c7dd515722422 (patch)
tree94a969b6ad64c844025464401104d70b98d396f4 /Master/texmf-dist/scripts/l3build/l3build-check.lua
parent633dc4da98d607dca3a3cb4906907ff634995d78 (diff)
l3build (10feb19)
git-svn-id: svn://tug.org/texlive/trunk@49994 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts/l3build/l3build-check.lua')
-rw-r--r--Master/texmf-dist/scripts/l3build/l3build-check.lua4
1 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 711d367331c..96c5d719949 100644
--- a/Master/texmf-dist/scripts/l3build/l3build-check.lua
+++ b/Master/texmf-dist/scripts/l3build/l3build-check.lua
@@ -1,6 +1,6 @@
--[[
-File l3build-check.lua Copyright (C) 2018 The LaTeX3 Project
+File l3build-check.lua Copyright (C) 2018,2019 The LaTeX3 Project
It may be distributed and/or modified under the conditions of the
LaTeX Project Public License (LPPL), either version 1.3c of this
@@ -701,7 +701,7 @@ function runtest(name, engine, hide, ext, pdfmode, breakout)
local npffile = basename .. "." .. engine .. pdfext
local asciiopt = ""
for _,i in ipairs(asciiengines) do
- if realengine == i then
+ if binary == i then
asciiopt = "-translate-file ./ascii.tcx "
break
end