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
|