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
318a8e5ed5
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 05:48:43 +05:30
func() {
eval "echo \"\${val_${1}}\""
hush: nommu fix for function passing
2009-04-27 01:36:14 +05:30
}
val_x=24
(func x)
echo Done
Reference in New Issue
Copy Permalink