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-quoting
/
squote_in_varexp.tests
blob: a2d05a24683cb54bfff6a51845dffab68d1c18d8 (
plain
)
1
2
3
4
5
6
x=yz echo ${x#'y'} echo "${x#'y'}" echo ${x%'z'} echo "${x%'z'}" echo Ok:$?