index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
shell
/
hush_test
/
hush-quoting
/
squote_in_varexp2.tests
Age
Commit message (
Expand
)
Author
2018-07-17
hush: improve ${var#...}, ${var:+...} and ${var/.../...} - handle quoting
Denys Vlasenko
2018-03-02
hush: fix a='a\\'; echo "${a%\\\\}"
Denys Vlasenko