aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-read/read_ifs.tests
AgeCommit message (Collapse)Author
2010-01-08ash: fix for read $IFS splitting. Closes bug 235Denys Vlasenko
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2009-03-31ash: fix $IFS handling in read. closes bug 235Denis Vlasenko