diff options
author | Hans Hagen <pragma@wxs.nl> | 2014-05-29 12:47:00 +0200 |
---|---|---|
committer | Hans Hagen <pragma@wxs.nl> | 2014-05-29 12:47:00 +0200 |
commit | b1ad678bea29274b697a23c9f3a2784e378c91e2 (patch) | |
tree | dc790c362645c7e066f8addae73619c8f0f6b917 /scripts | |
parent | 2e9e756378815be869d82c2fb3eeeaa4c23bcc50 (diff) | |
download | context-b1ad678bea29274b697a23c9f3a2784e378c91e2.tar.gz |
beta 2014.05.29 12:47
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 |