diff options
author | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-06-07 02:43:52 +0000 |
---|---|---|
committer | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2005-06-07 02:43:52 +0000 |
commit | 4f66ea7ae37331a74c307fd1f471a2c7c5032b28 (patch) | |
tree | 33bdff8ca5390fb4be5ff64815b170d151f19517 /init | |
parent | 219c31556c1239d4da9a33f9fd23d323bff42cda (diff) | |
download | busybox-w32-4f66ea7ae37331a74c307fd1f471a2c7c5032b28.tar.gz busybox-w32-4f66ea7ae37331a74c307fd1f471a2c7c5032b28.tar.bz2 busybox-w32-4f66ea7ae37331a74c307fd1f471a2c7c5032b28.zip |
Patch from Dmitry Zakharov:
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).
git-svn-id: svn://busybox.net/trunk/busybox@10478 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions