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 :-)
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
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
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