mirror of
https://github.com/sheumann/hush.git
synced 2025-01-11 23:29:51 +00:00
6 lines
72 B
Plaintext
6 lines
72 B
Plaintext
|
v='{q,w}'
|
||
|
# Should not brace-expand v value
|
||
|
echo $v
|
||
|
echo "$v"
|
||
|
echo Done
|