summaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-misc/assignment4.tests (plain)
blob: 6f46d0a33da17002acbd1ea4a711775b7cd14911
1# There was a bug where we misinterpreted assignments after 'do':
2for i in 1; do eval b=; done
3echo Done:$?
4