summaryrefslogtreecommitdiff
path: root/scripts/context/lua/mtx-context.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2013-09-30 21:00:37 +0300
committerMarius <mariausol@gmail.com>2013-09-30 21:00:37 +0300
commitfc15d93f32bf84b94217ab306a452d3a39ee4063 (patch)
treeb129c66bb27eaed588cf688a351ce740160ab1a7 /scripts/context/lua/mtx-context.lua
parent8e052e94b8b3ca08900ab4fe0a5bf110f6a52327 (diff)
downloadcontext-fc15d93f32bf84b94217ab306a452d3a39ee4063.tar.gz
beta 2013.09.30 19:49
Diffstat (limited to 'scripts/context/lua/mtx-context.lua')
-rw-r--r--scripts/context/lua/mtx-context.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/context/lua/mtx-context.lua b/scripts/context/lua/mtx-context.lua
index 2ca3253d0..4c6672051 100644
--- a/scripts/context/lua/mtx-context.lua
+++ b/scripts/context/lua/mtx-context.lua
@@ -854,7 +854,7 @@ local function make_mkiv_format(name,engine)
end
local function make_mkii_format(name,engine)
- local command = format("mtxrun texexec.rb --make --%s %s",name,engine)
+ local command = format("mtxrun texexec.rb --make %s --%s",name,engine)
report("running command: %s",command)
os.spawn(command)
end