[Bug 12981] awk: seems to try to falsely expand strings

bugzilla at busybox.net bugzilla at busybox.net
Thu Jun 4 22:36:11 UTC 2020


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

--- Comment #1 from Steffen Nurpmeso <steffen at sdaoden.eu> ---
I can workaround the bug if i use

            if(ia[1] < 0){
               ++unavail
               ia[1] = "(su__ERR_NUMBER_MAX - " unavail ")"
            }

instead of

            if(ia[1] < 0)
               ia[1] = "(su__ERR_NUMBER_MAX - " ++unavail ")"

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


More information about the busybox-cvs mailing list