norminette okay again
This commit is contained in:
parent
05b7ae3a6a
commit
0d555a5480
@ -6,7 +6,7 @@
|
|||||||
/* By: qmennen <qmennen@student.codam.nl> +#+ +:+ +#+ */
|
/* By: qmennen <qmennen@student.codam.nl> +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2025/02/23 12:37:24 by Quinten #+# #+# */
|
/* Created: 2025/02/23 12:37:24 by Quinten #+# #+# */
|
||||||
/* Updated: 2025/02/27 18:10:57 by qmennen ### ########.fr */
|
/* Updated: 2025/02/27 18:12:04 by qmennen ### ########.fr */
|
||||||
/* */
|
/* */
|
||||||
/* ************************************************************************** */
|
/* ************************************************************************** */
|
||||||
|
|
||||||
@ -29,7 +29,7 @@ t_list *redirect_get_outputs(t_minishell *msh, t_list *list)
|
|||||||
if (token->type != T_REDIRECT_OUT && token->type != T_APPEND_OUT)
|
if (token->type != T_REDIRECT_OUT && token->type != T_APPEND_OUT)
|
||||||
{
|
{
|
||||||
current = current->next;
|
current = current->next;
|
||||||
continue;
|
continue ;
|
||||||
}
|
}
|
||||||
flag = redirect_is_valid(current, token, -1);
|
flag = redirect_is_valid(current, token, -1);
|
||||||
flag && (redirect_create(msh, ¤t, &redirects, token->type));
|
flag && (redirect_create(msh, ¤t, &redirects, token->type));
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user