sam: remove backward ?:
The exit code here is ignored anyway.
This commit is contained in:
parent
c3ae85a004
commit
6a80119eb5
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue