[latex3-commits] [git/LaTeX3-latex3-latex2e] LaTeX2020: Correct quoting (f835d79c)

Joseph Wright joseph.wright at morningstar2.co.uk
Sun Oct 13 21:44:46 CEST 2019


Repository : https://github.com/latex3/latex2e
On branch  : LaTeX2020
Link       : https://github.com/latex3/latex2e/commit/f835d79c388b1ef46a3e034e03af3e38059816af

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

commit f835d79c388b1ef46a3e034e03af3e38059816af
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sun Oct 13 20:44:46 2019 +0100

    Correct quoting


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

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

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





More information about the latex3-commits mailing list