diff options
author | Denys Vlasenko | 2018-04-03 14:56:52 +0200 |
---|---|---|
committer | Denys Vlasenko | 2018-04-03 14:56:52 +0200 |
commit | fbf44854a3b7a32a0a0ff1a03f4163d25f2d62af (patch) | |
tree | b3963985e0dbaab4ef100a3c214cdf664dcc4aa9 /shell/ash_test/ash-misc/func5.right | |
parent | 49015a60cb334ecd0b069f27833a3d50853509fa (diff) | |
download | busybox-fbf44854a3b7a32a0a0ff1a03f4163d25f2d62af.zip busybox-fbf44854a3b7a32a0a0ff1a03f4163d25f2d62af.tar.gz |
hush: support "f() (cmd)" functions
Many other shells support this construct
function old new delta
parse_stream 2950 3018 +68
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/ash_test/ash-misc/func5.right')
-rw-r--r-- | shell/ash_test/ash-misc/func5.right | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/shell/ash_test/ash-misc/func5.right b/shell/ash_test/ash-misc/func5.right index 2c9d316..01e79c3 100644 --- a/shell/ash_test/ash-misc/func5.right +++ b/shell/ash_test/ash-misc/func5.right @@ -1,6 +1,3 @@ 1 2 3 -1 -2 -3 |