diff options
author | Elie Roux <elie.roux@telecom-bretagne.eu> | 2013-04-21 12:10:25 +0200 |
---|---|---|
committer | Elie Roux <elie.roux@telecom-bretagne.eu> | 2013-04-21 12:10:25 +0200 |
commit | e7b982403c2c77e22a263e87b4d40bb226d61107 (patch) | |
tree | 8bf0df262c540314a373b37345e07c56ab2428ad /otfl-fonts-merged.lua | |
parent | 1828aabd4a79d6d31dfc93bb77a500c648b6ba3f (diff) | |
download | luaotfload-e7b982403c2c77e22a263e87b4d40bb226d61107.tar.gz |
A possible bug in otfl-fonts-merged.lua?
Really nothing at all but who knows... this should be reported to Hans.
Diffstat (limited to 'otfl-fonts-merged.lua')
-rw-r--r-- | otfl-fonts-merged.lua | 2 |
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') |