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-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:$?