diff options
-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 0737762..e8e267a 100644 --- a/otfl-luat-dum.lua +++ b/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 |