modif sur le makefile, ~ dans le prompt
This commit is contained in:
@ -3,10 +3,10 @@
|
||||
/* ::: :::::::: */
|
||||
/* debug.c :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: marde-vr <marde-vr@42angouleme.fr> +#+ +:+ +#+ */
|
||||
/* By: tomoron <marvin@42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/02/15 14:16:47 by tomoron #+# #+# */
|
||||
/* Updated: 2024/02/16 16:34:53 by tomoron ### ########.fr */
|
||||
/* Created: 2024/02/18 15:46:50 by tomoron #+# #+# */
|
||||
/* Updated: 2024/02/18 15:46:51 by tomoron ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@ -18,7 +18,7 @@ void print_parsed_cmd(t_cmd *cmd)
|
||||
{
|
||||
printf("[");
|
||||
if (cmd->type == ARG)
|
||||
printf("ARG : %s", cmd->token);
|
||||
printf("ARG : \"%s\"", cmd->token);
|
||||
else if (cmd->type == PIPE)
|
||||
printf("PIPE");
|
||||
else if (cmd->type == RED_O)
|
||||
|
Reference in New Issue
Block a user