diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-02-08 03:04:22 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-02-08 03:04:22 +0100 |
commit | 14a917eaab18975573b52d256cb4b2b88747a016 (patch) | |
tree | 43a41508a994625b933241994f14820e97dfb5df /shell | |
parent | 3205c24a822c61d74b0f58090606433c52bc4796 (diff) | |
download | busybox-14a917eaab18975573b52d256cb4b2b88747a016.tar.gz |
hush: note a FIXME
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell')
-rw-r--r-- | shell/hush.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/hush.c b/shell/hush.c index 0a25967a1..0310b02ed 100644 --- a/shell/hush.c +++ b/shell/hush.c @@ -4109,6 +4109,7 @@ static NOINLINE int run_pipe(struct pipe *pi) /* Assignments, but no command */ /* Ensure redirects take effect. Try "a=t >file" */ rcode = setup_redirects(command, squirrel); +//FIXME: "false; q=`false`; echo $?" should print 1 restore_redirects(squirrel); /* Set shell variables */ while (*argv) { |