From 80e5042a10620dbb2c456cf5d3a472c66fe6a90f Mon Sep 17 00:00:00 2001 From: Elie Roux Date: Fri, 19 Apr 2013 19:04:49 +0200 Subject: Verbosity reduction step 2 This implies a modification in otfl-fonts-merged.lua that should be asked to Hans... --- otfl-fonts-merged.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'otfl-fonts-merged.lua') diff --git a/otfl-fonts-merged.lua b/otfl-fonts-merged.lua index 44f42ed..19c8ce1 100644 --- a/otfl-fonts-merged.lua +++ b/otfl-fonts-merged.lua @@ -2926,7 +2926,7 @@ storage={ register=dummyfunction, shared={}, } -logs={ +logs=logs or { new=dummyreporter, reporter=dummyreporter, messenger=dummyreporter, -- cgit v1.2.3 From e7b982403c2c77e22a263e87b4d40bb226d61107 Mon Sep 17 00:00:00 2001 From: Elie Roux Date: Sun, 21 Apr 2013 12:10:25 +0200 Subject: A possible bug in otfl-fonts-merged.lua? Really nothing at all but who knows... this should be reported to Hans. --- otfl-fonts-merged.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'otfl-fonts-merged.lua') 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') -- cgit v1.2.3