From 7ec11060f62657821127887d795ff0fa09553d9f Mon Sep 17 00:00:00 2001 From: Adam Joly Date: Mon, 15 Jul 2024 18:46:08 +0200 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=F0=9F=94=A8=E3=80=8D=20fix:=20quote?= =?UTF-8?q?=20fixed=20and=20cd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/builtins/ft_cd.c | 2 +- src/exec/format_quotes.c | 11 +---------- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/src/builtins/ft_cd.c b/src/builtins/ft_cd.c index db8be7f..26dc8ac 100644 --- a/src/builtins/ft_cd.c +++ b/src/builtins/ft_cd.c @@ -6,7 +6,7 @@ /* By: adjoly +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/06/22 15:07:24 by adjoly #+# #+# */ -/* Updated: 2024/07/15 16:38:59 by adjoly ### ########.fr */ +/* Updated: 2024/07/15 18:45:48 by adjoly ### ########.fr */ /* */ /* ************************************************************************** */ diff --git a/src/exec/format_quotes.c b/src/exec/format_quotes.c index 39c20e2..49a65ff 100644 --- a/src/exec/format_quotes.c +++ b/src/exec/format_quotes.c @@ -6,7 +6,7 @@ /* By: mmoussou