never returns!

This commit is contained in:
rsc 2007-08-28 05:19:45 +00:00
parent 0c931af50f
commit b52dea08bc

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: