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 | |
parent | 3205c24a822c61d74b0f58090606433c52bc4796 (diff) | |
download | busybox-w32-14a917eaab18975573b52d256cb4b2b88747a016.tar.gz busybox-w32-14a917eaab18975573b52d256cb4b2b88747a016.tar.bz2 busybox-w32-14a917eaab18975573b52d256cb4b2b88747a016.zip |
hush: note a FIXME
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-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) | |||
4109 | /* Assignments, but no command */ | 4109 | /* Assignments, but no command */ |
4110 | /* Ensure redirects take effect. Try "a=t >file" */ | 4110 | /* Ensure redirects take effect. Try "a=t >file" */ |
4111 | rcode = setup_redirects(command, squirrel); | 4111 | rcode = setup_redirects(command, squirrel); |
4112 | //FIXME: "false; q=`false`; echo $?" should print 1 | ||
4112 | restore_redirects(squirrel); | 4113 | restore_redirects(squirrel); |
4113 | /* Set shell variables */ | 4114 | /* Set shell variables */ |
4114 | while (*argv) { | 4115 | while (*argv) { |