summaryrefslogtreecommitdiff
path: root/tex/context/base/file-job.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2011-07-19 10:35:00 +0200
committerHans Hagen <pragma@wxs.nl>2011-07-19 10:35:00 +0200
commita434ef6dd739d3699787291f376e1e22b012f46a (patch)
treeea02e9b62281480a68f6d2a606d75149807f80df /tex/context/base/file-job.lua
parent38d8d7ef427e171ef459f9e7e49fb8f051ab56a6 (diff)
downloadcontext-a434ef6dd739d3699787291f376e1e22b012f46a.tar.gz
beta 2011.07.19 10:35
Diffstat (limited to 'tex/context/base/file-job.lua')
-rw-r--r--tex/context/base/file-job.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/file-job.lua b/tex/context/base/file-job.lua
index 21b3f069e..7893b9396 100644
--- a/tex/context/base/file-job.lua
+++ b/tex/context/base/file-job.lua
@@ -35,7 +35,7 @@ local v_component = variables.component
-- main code .. there is some overlap .. here we have loc://
local function findctxfile(name) -- loc ? any ?
- if file.is_qualified_path(name) then
+ if file.is_qualified_path(name) then -- maybe when no suffix do some test for tex
return name
elseif not url.hasscheme(filename) then
return findbyscheme("loc",filename) or ""