summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElie Roux <elie.roux@telecom-bretagne.eu>2013-04-21 12:10:25 +0200
committerElie Roux <elie.roux@telecom-bretagne.eu>2013-04-21 12:10:25 +0200
commite7b982403c2c77e22a263e87b4d40bb226d61107 (patch)
tree8bf0df262c540314a373b37345e07c56ab2428ad
parent1828aabd4a79d6d31dfc93bb77a500c648b6ba3f (diff)
downloadluaotfload-e7b982403c2c77e22a263e87b4d40bb226d61107.tar.gz
A possible bug in otfl-fonts-merged.lua?
Really nothing at all but who knows... this should be reported to Hans.
-rw-r--r--otfl-fonts-merged.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/otfl-fonts-merged.lua b/otfl-fonts-merged.lua
index 19c8ce1..e095153 100644
--- a/otfl-fonts-merged.lua
+++ b/otfl-fonts-merged.lua
@@ -2988,7 +2988,7 @@ end
do
local cachepaths=kpse.expand_path('$TEXMFCACHE') or ""
if cachepaths=="" then
- cachepaths=kpse.expand_path('$TEXMFVAR')
+ cachepaths=kpse.expand_path('$TEXMFVAR') or ""
end
if cachepaths=="" then
cachepaths=kpse.expand_path('$VARTEXMF')