[latex3-commits] [git/LaTeX3-latex3-l3build] master: Correct extension name (3f95efa)
Joseph Wright
joseph.wright at morningstar2.co.uk
Sun Aug 5 11:35:48 CEST 2018
Repository : https://github.com/latex3/l3build
On branch : master
Link : https://github.com/latex3/l3build/commit/3f95efa3060128a11c7673044aed6420c9525f41
>---------------------------------------------------------------
commit 3f95efa3060128a11c7673044aed6420c9525f41
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sun Aug 5 10:35:48 2018 +0100
Correct extension name
>---------------------------------------------------------------
3f95efa3060128a11c7673044aed6420c9525f41
l3build-check.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/l3build-check.lua b/l3build-check.lua
index f5d1716..de01514 100644
--- a/l3build-check.lua
+++ b/l3build-check.lua
@@ -580,7 +580,7 @@ function setup_check(name, engine)
if not (tlgfile or tpffile) then
if not locate({unpackdir, testfiledir}, {name .. lveext}) then
print(
- "Error: failed to find " .. tlgext .. ", " .. tlpext .. " or "
+ "Error: failed to find " .. tlgext .. ", " .. tpfext .. " or "
.. lveext .. " file for " .. name .. "!"
)
exit(1)
More information about the latex3-commits
mailing list