From 65bc427dff7ea819abb9b38a0407026baf13a0cc Mon Sep 17 00:00:00 2001 From: Hans Hagen Date: Mon, 30 Aug 2021 17:21:31 +0200 Subject: 2021-08-30 16:23:00 --- tex/context/base/mkiv/grph-fil.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'tex/context/base/mkiv/grph-fil.lua') diff --git a/tex/context/base/mkiv/grph-fil.lua b/tex/context/base/mkiv/grph-fil.lua index aad110e1c..4de30cd30 100644 --- a/tex/context/base/mkiv/grph-fil.lua +++ b/tex/context/base/mkiv/grph-fil.lua @@ -141,14 +141,13 @@ end local done = { } local function analyzed(name,options) - local actiontype = type(action) local usedname = addsuffix(name,inputsuffix) -- we assume tex if not set local resultname = replacesuffix(name,resultsuffix) -- we assume tex if not set local pathname = file.pathpart(usedname) local runpath = environment.arguments.path -- sic, no runpath if pathname ~= "" then if runpath then - runpath = file.join(action.path,pathname) + runpath = file.join(runpath,pathname) else runpath = pathname end @@ -156,7 +155,7 @@ local function analyzed(name,options) end return { options = options, - path = runpath, + path = runpath, -- or nil filename = usedname, result = resultname, } -- cgit v1.2.3