diff options
Diffstat (limited to 'tex/context/base/luat-cnf.lua')
-rw-r--r-- | tex/context/base/luat-cnf.lua | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tex/context/base/luat-cnf.lua b/tex/context/base/luat-cnf.lua index ae132e4e6..e45aceb79 100644 --- a/tex/context/base/luat-cnf.lua +++ b/tex/context/base/luat-cnf.lua @@ -43,18 +43,18 @@ end local stub = [[ -- checking -storage = storage or {} -luatex = luatex or {} - --- as soon as possible - -luatex.starttime = os.gettimeofday() +storage = storage or { } +luatex = luatex or { } -- we provide our own file handling texconfig.kpse_init = false texconfig.shell_escape = 't' +-- as soon as possible + +luatex.starttime = os.gettimeofday() + -- this will happen after the format is loaded function texconfig.init() |