hush: nommu fix for function passing

This commit is contained in:
Denis Vlasenko
2009-04-26 20:06:14 +00:00
parent 5b7589eb27
commit 572930027d
4 changed files with 15 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
24
Done

View File

@@ -0,0 +1,7 @@
func() {
eval "echo \"\${val_${1}}\""
}
val_x=24
(func x)
echo Done