diff --git a/clite/shell.js b/clite/shell.js index 4422ef3..b74188e 100644 --- a/clite/shell.js +++ b/clite/shell.js @@ -543,7 +543,7 @@ clite.commands.load('sh',function(args,env,io) { exec.cfg.closout = false; } exec.io.stdout = stdio.open('/dev/null',stdio.flags.O_WRONLY); - exec.cfg.closin = true; + exec.cfg.closout = true; } }, stderr:{