mirror of
https://github.com/sheumann/hush.git
synced 2024-11-18 17:10:36 +00:00
29f9b7268a
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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:$?
|