sam: remove backward ?:
The exit code here is ignored anyway.
This commit is contained in:
parent
c3ae85a004
commit
6a80119eb5
@ -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");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user