0d5ccb45d8
When a foreground job exits on a signal, a message is printed to stdout about this. The buffer was not flushed after this which could result in the message being written to the wrong file if the next command was a builtin and had stdout redirected. Example: sh -c 'kill -9 $$'; : > foo; echo FOO:; cat foo Reported by: gcooper MFC after: 1 week |
||
---|---|---|
.. | ||
date | ||
mv | ||
pax | ||
sh | ||
test | ||
Makefile |