summaryrefslogtreecommitdiff
path: root/tex/context/base/file-job.lua
diff options
context:
space:
mode:
authorContext Git Mirror Bot <phg42.2a@gmail.com>2014-07-03 15:15:05 +0200
committerContext Git Mirror Bot <phg42.2a@gmail.com>2014-07-03 15:15:05 +0200
commit6d60c7dc7fbd0b15d205c16ac47dcb8efaefe772 (patch)
tree3e28efb0e65ac9519a9754b89f9fb76bffa7db71 /tex/context/base/file-job.lua
parent8e8dd7540025b45c0fcb5687bcfeb12928b74426 (diff)
downloadcontext-6d60c7dc7fbd0b15d205c16ac47dcb8efaefe772.tar.gz
2014-07-03 14:54:00
Diffstat (limited to 'tex/context/base/file-job.lua')
-rw-r--r--tex/context/base/file-job.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/tex/context/base/file-job.lua b/tex/context/base/file-job.lua
index c88eb7e9d..ca0de2696 100644
--- a/tex/context/base/file-job.lua
+++ b/tex/context/base/file-job.lua
@@ -42,6 +42,7 @@ local is_qualified_path = file.is_qualified_path
local cleanpath = resolvers.cleanpath
local inputstack = resolvers.inputstack
+local resolveprefix = resolvers.resolve
local v_outer = variables.outer
local v_text = variables.text
@@ -535,7 +536,7 @@ local function process(what,name)
local depth = #typestack
local process
--
- name = resolvers.resolve(name)
+ name = resolveprefix(name)
--
-- if not tolerant then
-- okay, would be best but not compatible with mkii