From 82f9afa0afb46184c964780dde8324cd64094e54 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 24 Dec 2015 23:08:29 +0000 Subject: luaotfload (24dec15) git-svn-id: svn://tug.org/texlive/trunk@39193 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/luaotfload/mkstatus | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Master/texmf-dist/scripts') 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) -- cgit v1.2.3