summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2014-02-01 13:40:15 +0200
committerMarius <mariausol@gmail.com>2014-02-01 13:40:15 +0200
commit882c68f8cf4b95e1cbceadb0794d7d2d212c9a8c (patch)
tree67e60d26d3b326e284148c27a0a9ade514ab8b68 /scripts
parent97467c9234f1c0867738bfb7bbe7c0eca17168fc (diff)
downloadcontext-882c68f8cf4b95e1cbceadb0794d7d2d212c9a8c.tar.gz
beta 2014.02.01 12:12
Diffstat (limited to 'scripts')
-rw-r--r--scripts/context/lua/mtx-plain.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/context/lua/mtx-plain.lua b/scripts/context/lua/mtx-plain.lua
index d10c21375..de13717d3 100644
--- a/scripts/context/lua/mtx-plain.lua
+++ b/scripts/context/lua/mtx-plain.lua
@@ -114,7 +114,7 @@ local texformat = environment.arguments.texformat or environment.arguments.forma
local texengine = environment.arguments.texengine or environment.arguments.engine
if type(texengine) ~= "string" or texengine == "" then
- texengine = environment.arguments.jit and "luajittex" or"luatex"
+ texengine = (jit or environment.arguments.jit) and "luajittex" or "luatex"
end
if type(texformat) ~= "string" or texformat == "" then