recherche du pbm dans heredoc

This commit is contained in:
hugogogo
2021-12-05 14:16:11 +01:00
parent 0171de26e9
commit 10a8ecaae8
6 changed files with 20 additions and 54 deletions

View File

@@ -6,7 +6,7 @@
/* By: lperrey <lperrey@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2021/11/16 01:57:38 by lperrey #+# #+# */
/* Updated: 2021/12/05 09:28:00 by hulamy ### ########.fr */
/* Updated: 2021/12/05 14:09:43 by hulamy ### ########.fr */
/* */
/* ************************************************************************** */
@@ -19,7 +19,6 @@ int exec_cmd_line(t_all *c)
free_pipeline(&c->pipeline);
return (0);
}
//write(1, "here\n", 5);
return (1);
}