Re: Fix output redirection buglet in init.sh.

2010-05-23 Thread Jim Meyering
Ralf Wildenhues wrote: > This one is *really* harmless (it'd require 'grep GNU' to cause an > error), but the order of redirection does not do what was meant, so > it should be flipped, or the 2>&1 omitted. OK to apply? Sure. Thanks. ... > -if ( diff --version < /dev/null 2>&1 | grep GNU ) 2>&1

Fix output redirection buglet in init.sh.

2010-05-23 Thread Ralf Wildenhues
This one is *really* harmless (it'd require 'grep GNU' to cause an error), but the order of redirection does not do what was meant, so it should be flipped, or the 2>&1 omitted. OK to apply? Thanks, Ralf Fix output redirection buglet in init.sh. * tests/init.