mirror of
https://github.com/sheumann/hush.git
synced 2025-01-30 11:37:02 +00:00
16cd3c0619
There's really only one bug fix in here that should be significant for GNO hush. The other changes should be inconsequential, AFAIK.
4 lines
47 B
Plaintext
Executable File
4 lines
47 B
Plaintext
Executable File
unset a
|
|
echo $((3 + ${a:=$((4 + 5))}))
|
|
echo $a
|