mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
Norm: Removed most comments.
This commit is contained in:
parent
a7f09137ee
commit
8b43fd2411
59 changed files with 114 additions and 1113 deletions
|
|
@ -3,10 +3,10 @@
|
|||
/* ::: :::::::: */
|
||||
/* simple_cmd_execute.c :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: kcolin <kcolin@42.fr> +#+ +:+ +#+ */
|
||||
/* By: jguelen <jguelen@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2025/03/27 16:21:56 by kcolin #+# #+# */
|
||||
/* Updated: 2025/04/30 15:08:01 by kcolin ### ########.fr */
|
||||
/* Updated: 2025/05/02 12:49:22 by jguelen ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
@ -49,9 +49,6 @@ static void command_not_found(t_simple_cmd *cmd, t_minishell *app)
|
|||
app->last_return_value = 127;
|
||||
}
|
||||
|
||||
/*
|
||||
** Do all the post-processing steps relating to a command.
|
||||
*/
|
||||
static t_simple_cmd *post_process_command(t_simple_cmd *cmd, t_minishell *app)
|
||||
{
|
||||
simple_cmd_post_process_debug(cmd, app);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue