[latex3-commits] [git/LaTeX3-latex3-l3build] master: Missed a line (57f8534)
Joseph Wright
joseph.wright at morningstar2.co.uk
Wed Sep 26 13:57:57 CEST 2018
Repository : https://github.com/latex3/l3build
On branch : master
Link : https://github.com/latex3/l3build/commit/57f85341c4b8cb6cb41eddccc781243b33ae35b7
>---------------------------------------------------------------
commit 57f85341c4b8cb6cb41eddccc781243b33ae35b7
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Wed Sep 26 12:57:57 2018 +0100
Missed a line
>---------------------------------------------------------------
57f85341c4b8cb6cb41eddccc781243b33ae35b7
l3build-typesetting.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/l3build-typesetting.lua b/l3build-typesetting.lua
index b9dbf19..6ce80cd 100644
--- a/l3build-typesetting.lua
+++ b/l3build-typesetting.lua
@@ -52,7 +52,6 @@ end
-- An auxiliary used to set up the environmental variables
function runtool(subdir, dir, envvar, command)
- set_program_name("kpsewhich")
dir = dir or "."
return(
run(
@@ -251,3 +250,4 @@ function doc(files)
end
return 0
end
+
More information about the latex3-commits
mailing list