Fix redirection of stderr in sys::Program::ExecuteAndWait. There was logic
authorMatthijs Kooijman <matthijs@stdin.nl>
Thu, 12 Jun 2008 12:53:35 +0000 (12:53 +0000)
committerMatthijs Kooijman <matthijs@stdin.nl>
Thu, 12 Jun 2008 12:53:35 +0000 (12:53 +0000)
commitcf45ca04084e7888051cc6ec9c9c37e10a118ee6
treef7f1737e587e92f01f0cead2fa38add203ad0def
parent905261efed461e2b9dd505a2569f7f9315906c71
Fix redirection of stderr in sys::Program::ExecuteAndWait. There was logic
error that caused it to redirect stderr to stdout too often.

This fix is applied identically to the win32 code as well, but that is
untested.
--Thi line, and those below, will be ignored--

M    System/Unix/Program.inc
M    System/Win32/Program.inc

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52233 91177308-0d34-0410-b5e6-96231b3b80d8
lib/System/Unix/Program.inc
lib/System/Win32/Program.inc