Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
3a7034c27b7fa8f3f08e2ace769f165f46afa0e3
/
.
/
shell
/
hush_test
/
hush-misc
/
func4.tests
blob: 33b1663f3cd3bd01893191e055f9a0d771dd69df [
file
] [
log
] [
blame
]
func
()
{
eval
"echo \"\${val_${1}}\""
}
val_x
=
24
(
func x
)
echo
Done