[latex3-commits] [git/LaTeX3-latex3-latex2e] textcomp: Mumble (2736a029)

Joseph Wright joseph.wright at morningstar2.co.uk
Wed Nov 6 20:54:55 CET 2019


Repository : https://github.com/latex3/latex2e
On branch  : textcomp
Link       : https://github.com/latex3/latex2e/commit/2736a0296226cd789889950d038bbdc2cefc50b4

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

commit 2736a0296226cd789889950d038bbdc2cefc50b4
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Wed Nov 6 19:54:55 2019 +0000

    Mumble


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

2736a0296226cd789889950d038bbdc2cefc50b4
 build-config.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-config.lua b/build-config.lua
index 4cae5c31..4a6ea600 100644
--- a/build-config.lua
+++ b/build-config.lua
@@ -47,7 +47,7 @@ function tex(file,dir,mode)
   local dir = dir or "."
   local mode = mode or "nonstopmode"
   return runcmd(
-    'pdftex -fmt=pdflatex -interaction=" .. mode .. " -jobname="' ..
+    'pdftex -fmt=pdflatex -interaction=' .. mode .. ' -jobname="' ..
       string.match(file,"^[^.]*") .. '" "\\input ' .. file .. '"',
     dir,{"TEXINPUTS","TEXFORMATS","LUAINPUTS"})
 end





More information about the latex3-commits mailing list