diff options
Diffstat (limited to 'src/eval/parenthesis.c')
| -rw-r--r-- | src/eval/parenthesis.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/eval/parenthesis.c b/src/eval/parenthesis.c index 5a1fafa..6f4f9e0 100644 --- a/src/eval/parenthesis.c +++ b/src/eval/parenthesis.c @@ -6,7 +6,7 @@ /* By: charles <me@cacharle.xyz> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/09/13 20:38:29 by charles #+# #+# */ -/* Updated: 2020/10/06 17:22:29 by cacharle ### ########.fr */ +/* Updated: 2020/10/07 15:56:09 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ @@ -24,7 +24,6 @@ int eval_parenthesis(int fds[2], t_env env, t_ast *ast) if ((status = redir_extract(&ast->redirs, env, fds)) != 0) return (status); - ast->tag ^= AST_PARENT; param.fds[0] = fds[0]; param.fds[1] = fds[1]; param.env = env; |
