xv6

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit b52dea08bc1252bd842bf86f34d912c9ab7a02df
parent 0c931af50fe311c402c2a4ee8e263e28f46aa410
Author: rsc <rsc>
Date:   Tue, 28 Aug 2007 05:19:45 +0000

never returns!

Diffstat:
Msh.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sh.c b/sh.c @@ -65,7 +65,7 @@ runcmd(struct cmd *cmd) struct redircmd *rcmd; if(cmd == 0) - return; + exit(); switch(cmd->type){ default: