fix make(1) error output
This commit is contained in:
parent
74177b215d
commit
ee3b5fb5ea
@ -411,7 +411,7 @@ again:
|
||||
}
|
||||
fprintf(debug_file, "\n");
|
||||
}
|
||||
fprintf(debug_file, "*** Error code %d", status);
|
||||
printf("*** Error code %d", status);
|
||||
}
|
||||
} else {
|
||||
status = WTERMSIG(reason); /* signaled */
|
||||
|
Loading…
x
Reference in New Issue
Block a user