Re: typo in bashbug.sh of bash-4.3

2014-06-16 Thread Chris Down
Chris Down writes: > What makes you think that that is a "typo" and not just some spacing > that is other than your preference? That syntax (with or without > spacing) is perfectly legal when referencing a descriptor. Apparently I forgot that's a zsh feature, not a POSIX/bash one... ignore me :-)

Re: typo in bashbug.sh of bash-4.3

2014-06-16 Thread Chet Ramey
On 6/16/14, 5:03 PM, Shantanu Kulkarni wrote: > Hi, > For bash-4.3 in the bashbug.sh script there seems to be a typo on line 65. > > echo "$USAGE" >& 2 > Notice the extra space after &. I have seen it over many years in earlier > versions of the script too. Thanks for the report. Ch

Re: typo in bashbug.sh of bash-4.3

2014-06-16 Thread Chris Down
What makes you think that that is a "typo" and not just some spacing that is other than your preference? That syntax (with or without spacing) is perfectly legal when referencing a descriptor. pgpSOER74XdS5.pgp Description: PGP signature

typo in bashbug.sh of bash-4.3

2014-06-16 Thread Shantanu Kulkarni
Hi, For bash-4.3 in the bashbug.sh script there seems to be a typo on line 65. echo "$USAGE" >& 2 Notice the extra space after &. I have seen it over many years in earlier versions of the script too. Thanks, Shantanu