summaryrefslogtreecommitdiff
path: root/tex/context/base/luat-dum.lua
diff options
context:
space:
mode:
authorHans Hagen <pragma@wxs.nl>2010-07-15 15:01:00 +0200
committerHans Hagen <pragma@wxs.nl>2010-07-15 15:01:00 +0200
commit84903d24d6d930438bb3cc4322c4b14271b713aa (patch)
tree7f5fca13da2c9e1c81e61fbcac67f61d55f13800 /tex/context/base/luat-dum.lua
parentcb0c6e65703831a34d0ba909f703994a0825beac (diff)
downloadcontext-84903d24d6d930438bb3cc4322c4b14271b713aa.tar.gz
beta 2010.07.15 15:01
Diffstat (limited to 'tex/context/base/luat-dum.lua')
-rw-r--r--tex/context/base/luat-dum.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/tex/context/base/luat-dum.lua b/tex/context/base/luat-dum.lua
index dd9f7460e..680c1ba1e 100644
--- a/tex/context/base/luat-dum.lua
+++ b/tex/context/base/luat-dum.lua
@@ -96,6 +96,10 @@ do
local cachepaths = kpse.expand_path('$TEXMFCACHE') or ""
if cachepaths == "" then
+ cachepaths = kpse.expand_path('$TEXMFVAR')
+ end
+
+ if cachepaths == "" then
cachepaths = kpse.expand_path('$VARTEXMF')
end