summaryrefslogtreecommitdiff
path: root/tex/context/base/mkxl/luat-cnf.lmt
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkxl/luat-cnf.lmt')
-rw-r--r--tex/context/base/mkxl/luat-cnf.lmt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/mkxl/luat-cnf.lmt b/tex/context/base/mkxl/luat-cnf.lmt
index 72e76fb23..081f2462f 100644
--- a/tex/context/base/mkxl/luat-cnf.lmt
+++ b/tex/context/base/mkxl/luat-cnf.lmt
@@ -144,7 +144,7 @@ function texconfig.init()
-- local b = callbytecode(i)
local e, b = pcall(callbytecode,i)
if not e then
- print(string.format("\nfatal error : unable to load bytecode register %%i, maybe wipe the cache first\n",i))
+ print(string.format("fatal error : unable to load bytecode register %%i, maybe wipe the cache first\n",i))
os.exit()
end
if b then
@@ -192,7 +192,7 @@ local keys = {
}
local function makestub()
- name = name or (environment.jobname .. ".lui")
+ local name = environment.jobname .. ".lui"
report("creating stub file %a using directives:",name)
report()
firsttable = firsttable or lua.firstbytecode