diff options
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) |