aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-02-08 03:04:22 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-02-08 03:04:22 +0100
commit14a917eaab18975573b52d256cb4b2b88747a016 (patch)
tree43a41508a994625b933241994f14820e97dfb5df /shell
parent3205c24a822c61d74b0f58090606433c52bc4796 (diff)
downloadbusybox-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.c1
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) {