diff options
Diffstat (limited to 'Master/texmf-dist/tex/luatex/luaotfload/otfl-luat-dum.lua')
-rw-r--r-- | Master/texmf-dist/tex/luatex/luaotfload/otfl-luat-dum.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/luatex/luaotfload/otfl-luat-dum.lua b/Master/texmf-dist/tex/luatex/luaotfload/otfl-luat-dum.lua index 0737762f4f1..e8e267a651e 100644 --- a/Master/texmf-dist/tex/luatex/luaotfload/otfl-luat-dum.lua +++ b/Master/texmf-dist/tex/luatex/luaotfload/otfl-luat-dum.lua @@ -95,7 +95,7 @@ do local cachepaths = kpse.expand_path('$TEXMFCACHE') or "" if cachepaths == "" then - cachepaths = kpse.expand_path('$VARTEXMF') + cachepaths = kpse.expand_path('$TEXMFVAR') end if cachepaths == "" then |