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