summaryrefslogtreecommitdiff
path: root/tex/context/base/mkiv/core-sys.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/mkiv/core-sys.lua')
-rw-r--r--tex/context/base/mkiv/core-sys.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/tex/context/base/mkiv/core-sys.lua b/tex/context/base/mkiv/core-sys.lua
index 4078ab8a8..7e9648fb8 100644
--- a/tex/context/base/mkiv/core-sys.lua
+++ b/tex/context/base/mkiv/core-sys.lua
@@ -53,6 +53,10 @@ function environment.initializefilenames()
environment.filename = filename
environment.suffix = suffix
+ -- if tex then
+ -- tex.jobname = jobfilename
+ -- end
+
report_files("jobname %a, input %a, result %a",jobfilename,inputfilename,outputfilename)
function environment.initializefilenames() end