try harder to put background jobs in background; do not print in response to SIGPIPE
This commit is contained in:
parent
ca30274bd9
commit
4ee543e58c
4 changed files with 45 additions and 1 deletions
|
|
@ -403,6 +403,7 @@ notifyf(void *unused0, char *s)
|
|||
}
|
||||
goto Out;
|
||||
}
|
||||
if(strcmp(s, "sys: write on closed pipe") != 0)
|
||||
if(strcmp(s, "sys: child") != 0)
|
||||
pfmt(err, "rc: note: %s\n", s);
|
||||
noted(NDFLT);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue