sam: remove backward ?:
The exit code here is ignored anyway.
This commit is contained in:
@@ -90,7 +90,7 @@ plan9(File *f, int type, String *s, int nest)
|
|||||||
free(c);
|
free(c);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
exits(retcode? "error" : 0);
|
exits(0);
|
||||||
}
|
}
|
||||||
if(pid==-1){
|
if(pid==-1){
|
||||||
fprint(2, "Can't fork?!\n");
|
fprint(2, "Can't fork?!\n");
|
||||||
|
|||||||
Reference in New Issue
Block a user