summaryrefslogtreecommitdiff
path: root/tex/context/base/file-res.lua
diff options
context:
space:
mode:
authorMarius <mariausol@gmail.com>2012-06-20 21:00:13 +0300
committerMarius <mariausol@gmail.com>2012-06-20 21:00:13 +0300
commit74ee3251df8c455d72f79887068b40c5b75a01c9 (patch)
tree182e025ee371ddb2ab7fc6b7f4fa403ed07458e4 /tex/context/base/file-res.lua
parent7f94b11435ebc551709e20c1112eae2492ef1583 (diff)
downloadcontext-74ee3251df8c455d72f79887068b40c5b75a01c9.tar.gz
beta 2012.06.20 19:47
Diffstat (limited to 'tex/context/base/file-res.lua')
-rw-r--r--tex/context/base/file-res.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/tex/context/base/file-res.lua b/tex/context/base/file-res.lua
index 4687e140e..4676eec92 100644
--- a/tex/context/base/file-res.lua
+++ b/tex/context/base/file-res.lua
@@ -76,9 +76,9 @@ local function readfilename(specification,backtrack,treetoo)
local fname = paths[i] .. "/" .. names[i]
if isfile(fname) then
if trace_files then
- report_files("found on extra path: %s",name)
+ report_files("found on extra path: %s",fname)
end
- fnd = name
+ fnd = fname
break
end
end