Skip to content

Commit

Permalink
never returns!
Browse files Browse the repository at this point in the history
  • Loading branch information
rsc committed Aug 28, 2007
1 parent 0c931af commit b52dea0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sh.c
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ runcmd(struct cmd *cmd)
struct redircmd *rcmd;

if(cmd == 0)
return;
exit();

switch(cmd->type){
default:
Expand Down

0 comments on commit b52dea0

Please sign in to comment.