diff options
Diffstat (limited to 'luaotfload-basics-gen.lua')
-rw-r--r-- | luaotfload-basics-gen.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/luaotfload-basics-gen.lua b/luaotfload-basics-gen.lua index 4a46fbb..a5da2fd 100644 --- a/luaotfload-basics-gen.lua +++ b/luaotfload-basics-gen.lua @@ -151,13 +151,13 @@ do -- quite like tex live or so - if cachepaths == "" then + if cachepaths == "$TEXMFCACHE" then cachepaths = kpse.expand_var('$TEXMFVAR') or "" end -- this also happened to be used - if cachepaths == "" then + if cachepaths == "$TEXMFVAR" then cachepaths = kpse.expand_var('$VARTEXMF') or "" end |