diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-05-13 02:18:43 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-05-13 02:18:43 +0200 |
commit | 318a8e5ed557ed04712edc2a59275c92ce7e85e6 (patch) | |
tree | 1a23b620a75b991ef2d04cbc03a7ad9d31ec0ff1 /shell/hush_test/hush-misc | |
parent | 845142e106f00428d9325c6a741488d1f5748e78 (diff) | |
download | busybox-318a8e5ed557ed04712edc2a59275c92ce7e85e6.tar.gz |
TODO: add some
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/hush_test/hush-misc')
-rwxr-xr-x | shell/hush_test/hush-misc/func4.tests | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/hush_test/hush-misc/func4.tests b/shell/hush_test/hush-misc/func4.tests index db3f15abf..33b1663f3 100755 --- a/shell/hush_test/hush-misc/func4.tests +++ b/shell/hush_test/hush-misc/func4.tests @@ -1,5 +1,5 @@ -func() { - eval "echo \"\${val_${1}}\"" +func() { + eval "echo \"\${val_${1}}\"" } val_x=24 |