This website requires JavaScript.
Explore
Help
Register
Sign In
emo
/
busybox
Watch
1
Star
0
Fork
0
You've already forked busybox
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
busybox
/
shell
/
hush_test
/
hush-misc
/
func4.tests
8 lines
71 B
Plaintext
Raw
Normal View
History
Unescape
Escape
TODO: add some Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2009-05-13 02:18:43 +02:00
func() {
eval "echo \"\${val_${1}}\""
hush: nommu fix for function passing
2009-04-26 20:06:14 +00:00
}
val_x=24
(func x)
echo Done
Reference in New Issue
Copy Permalink