sam: remove backward ?:

The exit code here is ignored anyway.
This commit is contained in:
Russ Cox 2021-01-14 10:01:25 -05:00
parent c3ae85a004
commit 6a80119eb5

View file

@ -90,7 +90,7 @@ plan9(File *f, int type, String *s, int nest)
free(c);
}
}
exits(retcode? "error" : 0);
exits(0);
}
if(pid==-1){
fprint(2, "Can't fork?!\n");