Bug 2701 - IFS can not be modified in hush
Summary: IFS can not be modified in hush
Status: RESOLVED FIXED
Alias: None
Product: Busybox
Classification: Unclassified
Component: Standard Compliance (show other bugs)
Version: 1.16.x
Hardware: Other Linux
: P5 major
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-14 02:53 UTC by Aaron
Modified: 2010-10-28 22:20 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Aaron 2010-10-14 02:53:39 UTC
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
Comment 1 Denys Vlasenko 2010-10-17 11:50:37 UTC
Fixed in git (commit 1fd3d94a6c4c45d6106958c0a634dbbb7a7a5e12), will be in 1.18.x