Skip to content

Commit

Permalink
fixing merge
Browse files Browse the repository at this point in the history
  • Loading branch information
biralavor committed Oct 11, 2024
1 parent 5498bc9 commit cdf5965
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/04_tree_execution/27.manage_redirects.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/* By: umeneses <[email protected]> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/09/04 10:20:13 by tmalheir #+# #+# */
/* Updated: 2024/10/11 01:22:26 by umeneses ### ########.fr */
/* Updated: 2024/10/11 01:24:31 by umeneses ### ########.fr */
/* */
/* ************************************************************************** */

Expand Down Expand Up @@ -36,7 +36,6 @@ int manage_redirect(t_tree *tree, int *flag)
}
if (try_open_redir(tree, &new_fd, flag, std_fd))
return (exit_status_holder(0, false));
return (exit_status_holder(0, false));
finalize_redirect(tree, flag, std_fd);
return (exit_status_holder(0, false));
}
Expand Down

0 comments on commit cdf5965

Please sign in to comment.