diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2013-07-03 10:18:36 -0700 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2013-07-03 10:18:36 -0700 |
commit | 47138047e4b2f7500c627034f83c6343d61bf257 (patch) | |
tree | 4bef4a3010c9de1275623c5f649fedf6844535fa /luaotfload-basics-gen.lua | |
parent | d83870c2e97cbae23a1d011f0fd0e2994a893e3b (diff) | |
parent | 4adcf7591ed8104b0b846d500a5d30d4ff32512e (diff) | |
download | luaotfload-47138047e4b2f7500c627034f83c6343d61bf257.tar.gz |
Merge pull request #104 from phi-gamma/master
update to version 2.3
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 |