On Thu, Apr 21, 2011 at 8:59 AM, <[email protected]> wrote: > From: Ivan Kanakarakis <[email protected]> > > This commit correctly redirects to /dev/null the output of several > commands that get executed on logic checks. > > Signed-off-by: Ivan Kanakarakis <[email protected]>
Why? I personally hate losing everything, especially stderr, to the trap that is /dev/null. Once there is problem most people like to know what is actually going on rather than our likely oversimplified error message. -Dan
