summaryrefslogtreecommitdiff
path: root/tex/context/base/data-ini.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tex/context/base/data-ini.lua')
-rw-r--r--tex/context/base/data-ini.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/data-ini.lua b/tex/context/base/data-ini.lua
index 80a01c588..63329b6e2 100644
--- a/tex/context/base/data-ini.lua
+++ b/tex/context/base/data-ini.lua
@@ -87,7 +87,7 @@ end
do
- local args = environment.original_arguments or arg -- this needs a cleanup
+ local args = environment.originalarguments or arg -- this needs a cleanup
local ownbin = environment.ownbin or args[-2] or arg[-2] or args[-1] or arg[-1] or arg[0] or "luatex"
local ownpath = environment.ownpath or os.selfdir