Formerly job.c.~62~

This commit is contained in:
Roland McGrath 1992-04-29 21:11:44 +00:00
parent d724ba1739
commit 08ab2b7f94

1
job.c
View file

@ -213,6 +213,7 @@ reap_children (block, err)
if (err && !child_died) if (err && !child_died)
{ {
/* We might block for a while, so let the user know why. */
fflush (stdout); fflush (stdout);
error ("*** Waiting for unfinished jobs...."); error ("*** Waiting for unfinished jobs....");
} }