index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
shell
/
ash_test
/
ash-vars
/
var_bash_repl_empty_var.tests
blob: 22aaba56006bacb949dce4cdd87c53b82c55fab7 (
plain
)
1
2
3
4
5
unset v echo ${v/*/w} v='' echo ${v/*/w} echo Ok:$?