This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: x-files must die: generate *config.h from the Makefile, etc


On Thu, Mar 22, 2001 at 10:58:34PM -0500, Kaveh R. Ghazi wrote:
> 
> PS: you're using "echo >&2" in a couple of places.  I think you should
> be using "echo 1>&2" based on what you said above.

As far as I know, >&2 is accepted as shorthand for 1>&2 by all
versions of the Bourne shell.  It is only >& and &> which are csh-isms
adopted by bash (both meaning > <destination> 2>&1).

zw


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]