Merge remote-tracking branch 'origin/master'

This commit is contained in:
Wobbo 2014-02-22 15:22:10 +01:00
commit a7371c1c34

View File

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