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
/
ash_test
/
ash-misc
/
func4.tests
blob: 74c1b9a469b3cf4207ff464060be41259f0e42ca (
plain
)
1
2
3
4
5
6
7
func() { eval "echo \"\${val_${1}}\"" } val_x=24 (func x) echo Done