Avoid printing stdout and stderr messages without a newline between them.
authorEli Zaretskii <eliz@gnu.org>
Sat, 11 May 2013 14:42:56 +0000 (17:42 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 11 May 2013 14:42:56 +0000 (17:42 +0300)
commit5367d393ddb36fc8b3f358418d5c9f2b9f01d2fe
treed2d4cc2b1eb8dbaf3a03b121936eba657960a829
parentf0529dacedf7da83f8d5107a8ca7d73f35560894
Avoid printing stdout and stderr messages without a newline between them.

 job.c (child_out): Output the newline following the message
 before fllush-ing the stream.  Avoids displaying the following
 failure message, which goes to stderr, on the same line.
ChangeLog
job.c