diff options
author | Context Git Mirror Bot <phg42.2a@gmail.com> | 2014-05-29 13:15:14 +0200 |
---|---|---|
committer | Context Git Mirror Bot <phg42.2a@gmail.com> | 2014-05-29 13:15:14 +0200 |
commit | 465268f1a3c7ada7d7c8336fcea0c0deea3d77e7 (patch) | |
tree | 0bade3d74382295f0e3b261c1ead1f2f4a4f9fac /scripts | |
parent | 8865ec3dc07febe5509223d9a0238a9afcaddfb2 (diff) | |
download | context-465268f1a3c7ada7d7c8336fcea0c0deea3d77e7.tar.gz |
2014-05-29 12:49:00
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/context/lua/mtx-context.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/context/lua/mtx-context.lua b/scripts/context/lua/mtx-context.lua index 371723271..9de6717bf 100644 --- a/scripts/context/lua/mtx-context.lua +++ b/scripts/context/lua/mtx-context.lua @@ -704,7 +704,7 @@ function scripts.context.run(ctxdata,filename) -- local command = luatex_command(l_flags,c_flags,mainfile,a_engine) -- - report("run %s: %s",i,command) + report("run %s: %s",currentrun,command) print("") -- cleaner, else continuation on same line local returncode, errorstring = os.spawn(command) if not returncode then |