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
/
hush_test
/
hush-quoting
/
squote_in_varexp2.tests
blob: 806ad12b9c885a214bec8916899ff84567b78fa1 (
plain
)
1
2
3
4
x='\\\\' printf Nothing:'%s\n' ${x#'\\\\'} printf Nothing:'%s\n' "${x#'\\\\'}" echo Ok:$?