From 14a917eaab18975573b52d256cb4b2b88747a016 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Mon, 8 Feb 2010 03:04:22 +0100 Subject: [PATCH] hush: note a FIXME Signed-off-by: Denys Vlasenko --- shell/hush.c | 1 + 1 file changed, 1 insertion(+) 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) {