summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/scripts/luaotfload/mkstatus
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/scripts/luaotfload/mkstatus')
-rwxr-xr-xMaster/texmf-dist/scripts/luaotfload/mkstatus3
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)