mirror of
https://github.com/sheumann/hush.git
synced 2024-11-05 06:07:00 +00:00
hush: note a FIXME
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
3205c24a82
commit
14a917eaab
@ -4109,6 +4109,7 @@ static NOINLINE int run_pipe(struct pipe *pi)
|
|||||||
/* Assignments, but no command */
|
/* Assignments, but no command */
|
||||||
/* Ensure redirects take effect. Try "a=t >file" */
|
/* Ensure redirects take effect. Try "a=t >file" */
|
||||||
rcode = setup_redirects(command, squirrel);
|
rcode = setup_redirects(command, squirrel);
|
||||||
|
//FIXME: "false; q=`false`; echo $?" should print 1
|
||||||
restore_redirects(squirrel);
|
restore_redirects(squirrel);
|
||||||
/* Set shell variables */
|
/* Set shell variables */
|
||||||
while (*argv) {
|
while (*argv) {
|
||||||
|
Loading…
Reference in New Issue
Block a user