diff options
author | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-05-12 20:39:13 +0200 |
---|---|---|
committer | Manuel Pégourié-Gonnard <mpg@elzevir.fr> | 2010-05-12 20:39:43 +0200 |
commit | 12c4c09fb63350c684f4dee4d8500bc1d4f2a5e0 (patch) | |
tree | 9440b591e421c8882c585745f2a13905dd31942d | |
parent | ea9afc5d7047d961efb8b6721b1032f00ddeaa16 (diff) | |
download | luatexbase-12c4c09fb63350c684f4dee4d8500bc1d4f2a5e0.tar.gz |
Fix stupid typo in f9dcf6df.
(Should have tested that earlier, stupid me.)
-rw-r--r-- | luatexbase-loader.dtx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/luatexbase-loader.dtx b/luatexbase-loader.dtx index 8f01924..c6b63c6 100644 --- a/luatexbase-loader.dtx +++ b/luatexbase-loader.dtx @@ -340,8 +340,8 @@ function find_file_lua_emul(name) % % \begin{macrocode} for _, search_name in ipairs(search_list) do - local f = kpse.find_file(name, 'texmfscripts') - or kpse.find_file(name, 'tex') + local f = kpse.find_file(search_name, 'texmfscripts') + or kpse.find_file(search_name, 'tex') % \end{macrocode} % % There is a problem with using the |tex| search format: kpse will try to |