diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-07-03 11:04:52 +0200 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-07-03 11:04:52 +0200 |
commit | 00fd07c628af41b0709d25fd00805385be561459 (patch) | |
tree | e946aacab408d2b2409018e9fef427c7a165a89a /luaotfload-basics-gen.lua | |
parent | 1a42a842639df21d4738bb8ac12f146d829a9d17 (diff) | |
download | luaotfload-00fd07c628af41b0709d25fd00805385be561459.tar.gz |
add cache directory hint to luaotfload-tool; manage paths more consistently
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 |