diff options
author | Denys Vlasenko | 2015-09-04 06:22:10 +0200 |
---|---|---|
committer | Denys Vlasenko | 2015-09-04 06:22:10 +0200 |
commit | b5be13ccd9ce2120468a381a5475955013c0f049 (patch) | |
tree | cf2b99e5a1fc91944dade4c72694f7704502d438 /shell/hush_test/hush-misc/nommu3.right | |
parent | 2156e228537065f04e5f862e186421df0db36612 (diff) | |
download | busybox-b5be13ccd9ce2120468a381a5475955013c0f049.zip busybox-b5be13ccd9ce2120468a381a5475955013c0f049.tar.gz |
hush: fix a nommu bug where a part of function body is lost if run in a pipe
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/hush_test/hush-misc/nommu3.right')
-rw-r--r-- | shell/hush_test/hush-misc/nommu3.right | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/hush_test/hush-misc/nommu3.right b/shell/hush_test/hush-misc/nommu3.right new file mode 100644 index 0000000..da1534b --- /dev/null +++ b/shell/hush_test/hush-misc/nommu3.right @@ -0,0 +1,2 @@ +Ok +0 |