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