From 2c858836734c21010a3b67ae069aa1aa95f82cc3 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Fri, 26 Feb 2010 13:55:56 +0200 Subject: Get rid of empty lines in the output --- luaotfload-fonts.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/luaotfload-fonts.lua b/luaotfload-fonts.lua index d198062..a24b6c2 100644 --- a/luaotfload-fonts.lua +++ b/luaotfload-fonts.lua @@ -74,9 +74,6 @@ local function progress(current, total) local done = string.rpadd("=", (width * percent) - 1, "=") .. ">" gauge = format("[%s]", string.rpadd(done, width, " ") ) end - if percent == 1 then - gauge = gauge .. "\n" - end if lastislog == 1 then texio.write_nl("") lastislog = 0 -- cgit v1.2.3