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