[latex3-commits] [l3svn] 03/20: l3build: Allow zipexe to be set by a script
noreply at latex-project.org
noreply at latex-project.org
Fri Apr 14 23:38:56 CEST 2017
This is an automated email from the git hooks/post-receive script.
joseph pushed a commit to branch master
in repository l3svn.
commit 1e3ce71df3a86ccb497773155b84304c2c0dd0e8
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Fri Apr 14 17:09:57 2017 +0100
l3build: Allow zipexe to be set by a script
---
l3build/l3build.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/l3build/l3build.lua b/l3build/l3build.lua
index dfa1668..64b2181 100644
--- a/l3build/l3build.lua
+++ b/l3build/l3build.lua
@@ -113,7 +113,7 @@ unpackdeps = unpackdeps or { }
-- Executable names plus following options
typesetexe = typesetexe or "pdflatex"
unpackexe = unpackexe or "tex"
-zipexe = "zip"
+zipexe = zipexe or "zip"
checkopts = checkopts or "-interaction=nonstopmode"
cmdchkopts = cmdchkopts or "-interaction=batchmode"
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the latex3-commits
mailing list