index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
hush_test
/
hush-bugs
/
env_and_func.tests
blob: d62c1af40ab6ce9223fb6dbc4da556463132ba37 (
plain
)
1
2
3
4
5
6
# UNFIXED BUG var=old f() { echo "var=$var"; } var=val f echo "var=$var"