index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
ash_test
/
ash-parsing
/
brace2.tests
blob: ef75f0b70bca91269cd65e5be12f069d886306a2 (
plain
)
1
2
3
4
5
v='{q,w}' # Should not brace-expand v value echo $v echo "$v" echo Done