diff options
author | Karl Berry <karl@freefriends.org> | 2014-08-04 00:11:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-08-04 00:11:40 +0000 |
commit | 48603b2b9cceafadb92312326be076c441160561 (patch) | |
tree | 4120b5047641a1a9f8dd3e9340a47716328d0147 /Build | |
parent | f952e56a75da8832693dc815964d8e0d70d0cba1 (diff) |
luaotfload
git-svn-id: svn://tug.org/texlive/trunk@34825 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rwxr-xr-x | Build/source/texk/texlive/linked_scripts/luaotfload/luaotfload-tool.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/texlive/linked_scripts/luaotfload/luaotfload-tool.lua b/Build/source/texk/texlive/linked_scripts/luaotfload/luaotfload-tool.lua index 754f5c7f2e7..bb3335c854e 100755 --- a/Build/source/texk/texlive/linked_scripts/luaotfload/luaotfload-tool.lua +++ b/Build/source/texk/texlive/linked_scripts/luaotfload/luaotfload-tool.lua @@ -6,11 +6,11 @@ -- AUTHOR: Khaled Hosny, Élie Roux, Philipp Gesang -- VERSION: 2.5 -- LICENSE: GPL v2.0 --- MODIFIED: 2014-07-24 22:07:35+0200 +-- MODIFIED: 2014-08-03 10:14:04+0200 ----------------------------------------------------------------------- luaotfload = luaotfload or { } -local version = "2.5-2" --- <int: major>.<int: minor>-<int: fixes> +local version = "2.5-3" --- <int: major>.<int: minor>-<int: fixes> luaotfload.version = version luaotfload.self = "luaotfload-tool" @@ -1405,7 +1405,7 @@ local process_cmdline = function ( ) -- unit -> jobspec query = "", log_level = nil, bisect = nil, - config = { db = { }, misc = { }, run = { }, paths = { } }, + config = { db = { }, misc = { }, run = { live = false }, paths = { } }, } local long_options = { |