mirror of
https://github.com/sheumann/hush.git
synced 2024-12-27 01:32:08 +00:00
5 lines
115 B
Plaintext
5 lines
115 B
Plaintext
|
# This must not be interpreted as an assignment
|
||
|
a''=b true
|
||
|
echo $?
|
||
|
# (buglet: $? should be 127. it is currently 1)
|