[latex3-commits] [git/LaTeX3-latex3-l3build] master: Quote name for bash (55776b6)

Joseph Wright joseph.wright at morningstar2.co.uk
Sat Feb 3 23:08:51 CET 2018


Repository : https://github.com/latex3/l3build
On branch  : master
Link       : https://github.com/latex3/l3build/commit/55776b647864b9123b6679b6dc305f5fa57f0f5f

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

commit 55776b647864b9123b6679b6dc305f5fa57f0f5f
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Sat Feb 3 22:08:51 2018 +0000

    Quote name for bash


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

55776b647864b9123b6679b6dc305f5fa57f0f5f
 l3build-check.lua |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3build-check.lua b/l3build-check.lua
index 3d1e6ec..66319cc 100644
--- a/l3build-check.lua
+++ b/l3build-check.lua
@@ -659,7 +659,7 @@ function runtest(name, engine, hide, ext, makepdf)
       os_setenv .. " max_print_line=" .. maxprintline
         .. os_concat ..
       realengine .. format .. " -jobname=" .. name .. " "
-        .. asciiopt .. " " .. checkopts .. " \\input " .. lvtfile
+        .. asciiopt .. " " .. checkopts .. " \"\\input " .. lvtfile .. "\" "
         .. (hide and (" > " .. os_null) or "")
         .. os_concat ..
       runtest_tasks(jobname(lvtfile))





More information about the latex3-commits mailing list