mirror of
https://git.busybox.net/busybox
synced 2025-05-10 04:33:59 +02:00
5 lines
72 B
Text
Executable file
5 lines
72 B
Text
Executable file
v='{q,w}'
|
|
# Should not brace-expand v value
|
|
echo $v
|
|
echo "$v"
|
|
echo Done
|