Skip to content

Commit 182bd13

Browse files
committed
Added '#squish keep-eol' comments to MD5SUM.LUA
1 parent 291f711 commit 182bd13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xtra/MD5SUM.LUA

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ local function init()SINE={}for i=1,64 do SINE[i]=math.floor(2^32*math.abs(math.
3030

3131
if LIB then init()return end
3232
if #arg<1 then print((arg[-1] or "?").." "..(arg[0] or "?").." [FILE]...")os.exit(1)
33-
else init()for i=1,#arg do local f,e=io.open(arg[i],"rb")
33+
else init()for i=1,#arg do local f,e=io.open(arg[i],"rb") --#squish keep-eol
3434
if f then local sum=md5_file(f)f:close()if sum then print(sum.." "..arg[i])else print(arg[i]..": ".."Unknown error")os.exit(-1)end
35-
else print(e)os.exit(1)end end end
35+
else print(e)os.exit(1)end end end --#squish keep-eol

0 commit comments

Comments
 (0)