From 327fee7ca845b5e44f5ec007cb6911c65b14f603 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20N=C3=BCcke?= Date: Sat, 14 Feb 2015 22:34:17 +0100 Subject: [PATCH] Fix of recent addition to sh.lua. --- src/main/resources/assets/opencomputers/loot/OpenOS/bin/sh.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/opencomputers/loot/OpenOS/bin/sh.lua b/src/main/resources/assets/opencomputers/loot/OpenOS/bin/sh.lua index 81330372f..81b87dd88 100644 --- a/src/main/resources/assets/opencomputers/loot/OpenOS/bin/sh.lua +++ b/src/main/resources/assets/opencomputers/loot/OpenOS/bin/sh.lua @@ -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