Changes for kernel and Busybox
[tomato.git] / release / src / router / busybox / shell / hush_test / hush-misc / assignment4.tests
blob6f46d0a33da17002acbd1ea4a711775b7cd14911
1 # There was a bug where we misinterpreted assignments after 'do':
2 for i in 1; do eval b=; done
3 echo Done:$?