Update set.lua

This commit is contained in:
Wobbo 2014-02-18 23:43:16 +01:00
parent 6b1ddeb629
commit 172ef642ef

View File

@ -2,7 +2,7 @@ local args = {...}
if #args < 1 then
for k,v in pairs(os.getenv()) do
print(k..'='..v)
io.write(k..'='..v..'\n')
end
else
local count = 1