[latex3-commits] [git/LaTeX3-latex3-luaotfload] dev: filelist is useful independently (aac12eb)

Marcel Fabian Krüger tex at 2krueger.de
Sat Sep 5 23:07:34 CEST 2020


Repository : https://github.com/latex3/luaotfload
On branch  : dev
Link       : https://github.com/latex3/luaotfload/commit/aac12eb68e3e828aa15632aa17b3c35087cb0298

>---------------------------------------------------------------

commit aac12eb68e3e828aa15632aa17b3c35087cb0298
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date:   Sat Sep 5 23:07:34 2020 +0200

    filelist is useful independently


>---------------------------------------------------------------

aac12eb68e3e828aa15632aa17b3c35087cb0298
 src/luaotfload-filelist.lua | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/luaotfload-filelist.lua b/src/luaotfload-filelist.lua
index 4693678..56472ea 100644
--- a/src/luaotfload-filelist.lua
+++ b/src/luaotfload-filelist.lua
@@ -4,13 +4,13 @@
 --       AUTHOR:  Ulrike Fischer, <fischer at troubleshooting-tex.de>
 -----------------------------------------------------------------------
 
-assert(luaotfload_module, "This is a part of luaotfload and should not be loaded independently") { 
+if luaotfload_module then luaotfload_module {
     name          = "luaotfload-filelist",
     version       = "3.16-dev",       --TAGVERSION
     date          = "2020-09-03", --TAGDATE
     description   = "luaotfload submodule / filelist",
     license       = "GPL v2.0"
-}
+} end
 
 --[[doc-- 
 





More information about the latex3-commits mailing list.