diff -r 8df58d8c99e8 -r b3ffff030d5c core/src/pipe_line.cpp --- a/core/src/pipe_line.cpp Tue Oct 26 15:36:30 2010 +0100 +++ b/core/src/pipe_line.cpp Thu Oct 28 16:54:54 2010 +0100 @@ -601,7 +601,7 @@ TOverflowTruncate overflow; buf.AppendFormat(KFormat, &overflow, thisPipedCommand.iCommandName, aError); iStderr.Write(buf); - if (aError >= 0) + if (aError >= 0) { // Terminate 0 shouldn't equate to a completionError of KErrNone aError = KErrDied;