diff options
author | Denys Vlasenko | 2017-07-31 18:02:28 +0200 |
---|---|---|
committer | Denys Vlasenko | 2017-07-31 18:02:28 +0200 |
commit | 5b3d2eb327ce7e1c55c6c94bc70782f733d59990 (patch) | |
tree | 5e58b81282353c4cb6552bb6b44b336c28132f93 /shell/ash_test/ash-misc/func6.right | |
parent | d0fff9155bc55d9576be4c6ba5f656f5b4856ac4 (diff) | |
download | busybox-5b3d2eb327ce7e1c55c6c94bc70782f733d59990.zip busybox-5b3d2eb327ce7e1c55c6c94bc70782f733d59990.tar.gz |
hush: fix "true | func_with_return" not allowing return.
function old new delta
pseudo_exec_argv 305 312 +7
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/ash_test/ash-misc/func6.right')
-rw-r--r-- | shell/ash_test/ash-misc/func6.right | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/ash_test/ash-misc/func6.right b/shell/ash_test/ash-misc/func6.right deleted file mode 100644 index 0ebd8e5..0000000 --- a/shell/ash_test/ash-misc/func6.right +++ /dev/null @@ -1,2 +0,0 @@ -Two:2 -Two:2 |