summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-main.lua
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-02-08 22:58:09 +0000
committerKarl Berry <karl@freefriends.org>2019-02-08 22:58:09 +0000
commitaa1c258640d2c95f349e4160664d613bf5836bde (patch)
tree499e3eea94f2f9f9794aeeced2e404cdaed87d0c /Master/texmf-dist/tex/luatex/luaotfload/luaotfload-main.lua
parentc2f5f1c59926d4978f29940a871b9548e15f8035 (diff)
luaotfload (8feb19)
git-svn-id: svn://tug.org/texlive/trunk@49978 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/luatex/luaotfload/luaotfload-main.lua')
-rw-r--r--Master/texmf-dist/tex/luatex/luaotfload/luaotfload-main.lua9
1 files changed, 3 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-main.lua b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-main.lua
index f933b634cf7..29721890b16 100644
--- a/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-main.lua
+++ b/Master/texmf-dist/tex/luatex/luaotfload/luaotfload-main.lua
@@ -20,8 +20,8 @@ local authors = "\z
-- version number is used below!
local ProvidesLuaModule = {
name = "luaotfload-main",
- version = "2.94", --TAGVERSION
- date = "2018-12-19", --TAGDATE
+ version = "2.95", --TAGVERSION
+ date = "2019-01-28", --TAGDATE
description = "luaotfload entry point",
author = authors,
copyright = authors,
@@ -65,11 +65,8 @@ else
end
end
-local info = status.list()
-
-if info["safer_option"] ~= 0 then
+if status.safer_option ~= 0 then
texio.write_nl("term and log","luaotfload can't run with option --safer. Aborting")
- luaotfload.main = function () end
error("safer_option used")
end