never returns!

feat/start
rsc 2007-08-28 05:19:45 +00:00
parent 0c931af50f
commit b52dea08bc
1 changed files with 1 additions and 1 deletions

2
sh.c
View File

@ -65,7 +65,7 @@ runcmd(struct cmd *cmd)
struct redircmd *rcmd;
if(cmd == 0)
return;
exit();
switch(cmd->type){
default: