Merge branch 'master-MC1.7.10' of github.com:MightyPirates/OpenComputers into OC1.5-MC1.7.10

This commit is contained in:
Florian Nücke 2015-02-14 22:34:42 +01:00
commit 3a274fbad4

View File

@ -258,7 +258,7 @@ elseif #args == 0 and (io.input() ~= io.stdin) then
io.write(expand(os.getenv("PS1") or "$ "))
local command = io.read("*l")
if not command then
io:write("exit\n")
io.write("exit\n")
end
command = text.trim(command)
if command == "exit" then