diff options
author | Karl Berry <karl@freefriends.org> | 2015-12-24 23:08:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-12-24 23:08:29 +0000 |
commit | 82f9afa0afb46184c964780dde8324cd64094e54 (patch) | |
tree | 1c9d94dbd5d99c6cdeb8dda143bcb5a427eaca9e /Master/texmf-dist/scripts | |
parent | 21c374dac3e9da7af20b033b1356184556c0cb89 (diff) |
luaotfload (24dec15)
git-svn-id: svn://tug.org/texlive/trunk@39193 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts')
-rwxr-xr-x | Master/texmf-dist/scripts/luaotfload/mkstatus | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Master/texmf-dist/scripts/luaotfload/mkstatus b/Master/texmf-dist/scripts/luaotfload/mkstatus index 07ec22990fa..c5ded0d8ec0 100755 --- a/Master/texmf-dist/scripts/luaotfload/mkstatus +++ b/Master/texmf-dist/scripts/luaotfload/mkstatus @@ -163,11 +163,10 @@ local git_info = function () --io.write (logcmd) --io.write "\n" local desc = readpipe (describecmd) - inspect(desc) if not desc then die "cannot parse git information" end desc = string.fullstrip (desc) local desc = string.explode (desc, "/")[2] or desc - if not desc then die "cannot parse git information" end + if not desc then die "cannot parse sanitized git information" end local data = readpipe (logcmd) if data and type (data) == "string" and data ~= "" then data = load (data) |