mirror of
https://github.com/sheumann/hush.git
synced 2024-10-29 20:27:40 +00:00
4 lines
108 B
Plaintext
4 lines
108 B
Plaintext
|
# There was a bug where we misinterpreted assignments after 'do':
|
||
|
for i in 1; do eval b=; done
|
||
|
echo Done:$?
|