mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
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);
|
||||
}
|
||||
}
|
||||
exits(retcode? "error" : 0);
|
||||
exits(0);
|
||||
}
|
||||
if(pid==-1){
|
||||
fprint(2, "Can't fork?!\n");
|
||||
|
|
Loading…
Reference in a new issue