diff options
Diffstat (limited to 'tex/context/base/file-lib.lua')
-rw-r--r-- | tex/context/base/file-lib.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tex/context/base/file-lib.lua b/tex/context/base/file-lib.lua index 7489a317b..2471cdd84 100644 --- a/tex/context/base/file-lib.lua +++ b/tex/context/base/file-lib.lua @@ -44,7 +44,7 @@ function commands.uselibrary(specification) -- todo: reporter local truename = environment.truefilename local function found(filename) local somename = truename and truename(filename) or filename - local foundname = getreadfilename("any",".",somename) + local foundname = getreadfilename("any",".",somename) -- maybe some day also an option not to backtrack .. and ../.. (or block global) return foundname ~= "" and foundname end for i=1,#files do |