shut up about signals in scripts
This commit is contained in:
parent
5c9f76b5e5
commit
7236e45bbc
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ int Waitfor(int pid, int unused0){
|
||||||
free(w);
|
free(w);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
if(strncmp(w->msg, "signal: ", 8) == 0)
|
if(runq->iflag && strncmp(w->msg, "signal: ", 8) == 0)
|
||||||
fprint(2, "%d: %s\n", w->pid, w->msg);
|
fprint(2, "%d: %s\n", w->pid, w->msg);
|
||||||
for(p=runq->ret;p;p=p->ret)
|
for(p=runq->ret;p;p=p->ret)
|
||||||
if(p->pid==w->pid){
|
if(p->pid==w->pid){
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue