Formerly main.c.~37~

This commit is contained in:
Roland McGrath 1992-04-29 21:15:52 +00:00
parent 08ab2b7f94
commit 6a325039e2

2
main.c
View File

@ -1326,7 +1326,7 @@ die (status)
/* Wait for children to die. */
for (err = status != 0; job_slots_used > 0; err = 0)
reap_children (0, err);
reap_children (1, err);
/* Remove the intermediate files. */
remove_intermediates (0);