| Summary: | awk doesn't support calling length() without parentheses | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | richard.noble |
| Component: | Standard Compliance | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | busybox-cvs |
| Priority: | P5 | ||
| Version: | 1.30.x | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
|
Description
richard.noble
2020-11-30 11:37:26 UTC
Fixed in 1.32.x: commit bd8b05ba1b0901bbd6a913dfd5186ac7c8beffed Author: Denys Vlasenko <vda.linux@googlemail.com> Date: Sun Feb 2 23:28:55 2020 +0100 awk: fix more "length" cases, closes 12486 |