[BusyBox] Bug Report:BB 1.00 awk

Rob Landley rob at landley.net
Tue Jun 7 01:40:39 UTC 2005


On Monday 06 June 2005 06:59 am, Dmitry Zakharov wrote:
> Charlie Brady wrote:
> > Here's another awk parsing problem - unary post increment - pre is fine:
> >
> >bash-2.05a$ echo 2,3 | gawk -F , '{ $2++ }'
> >bash-2.05a$ echo 2,3 | /tmp/busybox/busybox awk -F , '{ $2++ }'
> >awk: cmd. line:1: Unexpected token
>
> Here's a fix for this. There is another problem with constructions like
> "print (A+B) ++C", I don't
> know whether somebody uses such constructions (fixing both these
> problems would require very
> serious change in awk code).

Applied.

Rob



More information about the busybox mailing list