| Summary: | IFS can not be modified in hush | ||
|---|---|---|---|
| Product: | Busybox | Reporter: | Aaron <aaronwu05> |
| Component: | Standard Compliance | Assignee: | unassigned |
| Status: | RESOLVED FIXED | ||
| Severity: | major | CC: | aaronwu05, busybox-cvs |
| Priority: | P5 | ||
| Version: | 1.16.x | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Linux | ||
| Host: | Target: | ||
| Build: | |||
Fixed in git (commit 1fd3d94a6c4c45d6106958c0a634dbbb7a7a5e12), will be in 1.18.x |
Hi, I am using the hush in busybox on an ADI blackfin board and this problem is encountered, however I believe it's a common issue regarding the busybox How to reproduce: 1)Run busybox on a target board 2)try to modify the IFS var for shell, you will find something interesting, like: root:/> IFS=':' root:/> > > In some applications we need to adjust the IFS dynamically so... In old busybox versions like 1.13.4 there is no such issue