diff options
author | Elie Roux <elie.roux@telecom-bretagne.eu> | 2013-04-23 07:26:22 -0700 |
---|---|---|
committer | Elie Roux <elie.roux@telecom-bretagne.eu> | 2013-04-23 07:26:22 -0700 |
commit | 2c756cd0059c3f2a9fc976fc5a87bac989dcca82 (patch) | |
tree | 4616afdd6e40f23b99c0ef98f7cec8a56a8df470 /otfl-luat-dum.lua | |
parent | a34ba70ee4bf463c2ef499710bc319169c4d766b (diff) | |
parent | 6859514d34678f900d0806777aaf59e8055afcbe (diff) | |
download | luaotfload-2c756cd0059c3f2a9fc976fc5a87bac989dcca82.tar.gz |
Merge pull request #2 from eroux/texlive2011
Texlive2011
Diffstat (limited to 'otfl-luat-dum.lua')
-rw-r--r-- | otfl-luat-dum.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/otfl-luat-dum.lua b/otfl-luat-dum.lua index 2f6627f..13b73b1 100644 --- a/otfl-luat-dum.lua +++ b/otfl-luat-dum.lua @@ -62,7 +62,7 @@ local remapper = { } function resolvers.find_file(name,kind) - name = string.gsub(name,"\\","\/") + name = string.gsub(name,"\\","/") kind = string.lower(kind) return kpse.find_file(name,(kind and kind ~= "" and (remapper[kind] or kind)) or file.extname(name,"tex")) end |