diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-25 13:39:24 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-01-25 13:39:24 +0100 |
commit | 3581c625151d25d8e1cbc80c44337d398d97cf42 (patch) | |
tree | 86a1abc69a3606e6f595a18d72bd1eb48bc505b3 /shell/hush_test | |
parent | 46685a46bbffc04d507ce756f4b703aae024debd (diff) | |
download | busybox-w32-3581c625151d25d8e1cbc80c44337d398d97cf42.tar.gz busybox-w32-3581c625151d25d8e1cbc80c44337d398d97cf42.tar.bz2 busybox-w32-3581c625151d25d8e1cbc80c44337d398d97cf42.zip |
whitespace fixes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/hush_test')
-rwxr-xr-x | shell/hush_test/hush-misc/func4.tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hush_test/hush-misc/func4.tests b/shell/hush_test/hush-misc/func4.tests index 33b1663f3..74c1b9a46 100755 --- a/shell/hush_test/hush-misc/func4.tests +++ b/shell/hush_test/hush-misc/func4.tests | |||
@@ -2,6 +2,6 @@ func() { | |||
2 | eval "echo \"\${val_${1}}\"" | 2 | eval "echo \"\${val_${1}}\"" |
3 | } | 3 | } |
4 | 4 | ||
5 | val_x=24 | 5 | val_x=24 |
6 | (func x) | 6 | (func x) |
7 | echo Done | 7 | echo Done |