[Bug 5108] awk uses updated FS too early

bugzilla at busybox.net bugzilla at busybox.net
Sun Jan 3 22:09:17 UTC 2016


https://bugs.busybox.net/show_bug.cgi?id=5108

Denys Vlasenko <vda.linux at googlemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|REOPENED                    |RESOLVED

--- Comment #3 from Denys Vlasenko <vda.linux at googlemail.com> ---
Works for me with current git:

$ echo a:b c:d | ./busybox awk '{FS=":"; FS=" "; print $2}'
c:d

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the busybox-cvs mailing list