aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)
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) {