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-misc
/
env_and_func.tests
blob: 1d4eaf3a72c51a9e8ebfe29ac46dfb996937e5cc (
plain
)
1
2
3
4
var=old f() { echo "var=$var"; } var=val f echo "var=$var"