From 91a78d5870093de49213f38d5d1697bf4a93c1aa Mon Sep 17 00:00:00 2001 From: yosyo Date: Tue, 9 Jul 2024 14:42:28 +0200 Subject: [PATCH] =?UTF-8?q?=E3=80=8C=F0=9F=94=A8=E3=80=8D=20fix(env):=20fi?= =?UTF-8?q?xed=20the=20env=20init?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/env.h | 4 ++-- src/builtins/ft_export.c | 2 +- src/env/env_setters.c | 27 ++++++++++----------------- src/main.c | 15 +++++++++++++-- 4 files changed, 26 insertions(+), 22 deletions(-) diff --git a/include/env.h b/include/env.h index 52c01a0..8983df2 100644 --- a/include/env.h +++ b/include/env.h @@ -6,7 +6,7 @@ /* By: mmoussou