mirror of
https://git.busybox.net/busybox
synced 2025-05-10 04:33:59 +02:00
3 lines
108 B
Text
Executable file
3 lines
108 B
Text
Executable file
# There was a bug where we misinterpreted assignments after 'do':
|
|
for i in 1; do eval b=; done
|
|
echo Done:$?
|