aboutsummaryrefslogtreecommitdiff
path: root/src/builtins_part_two.c
diff options
context:
space:
mode:
authorChristopher Uhlig2025-01-20 19:32:10 +0100
committerChristopher Uhlig2025-01-20 19:32:10 +0100
commit852e00cb465b05f13aa6298ce71a1067c0846556 (patch)
tree23407cd33e3dc255a9a4a6acb9d67a051ba80f65 /src/builtins_part_two.c
parentb73e9e4fda360885035b9b04e9e9aca4724cb285 (diff)
downloadminishell-852e00cb465b05f13aa6298ce71a1067c0846556.tar.gz
minishell-852e00cb465b05f13aa6298ce71a1067c0846556.zip
fixed norm tester 133 remove .vs
Diffstat (limited to 'src/builtins_part_two.c')
-rw-r--r--src/builtins_part_two.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/builtins_part_two.c b/src/builtins_part_two.c
index d3c0929..e461861 100644
--- a/src/builtins_part_two.c
+++ b/src/builtins_part_two.c
@@ -6,7 +6,7 @@
/* By: chuhlig <chuhlig@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2024/10/25 20:52:16 by chuhlig #+# #+# */
-/* Updated: 2025/01/18 18:57:12 by chuhlig ### ########.fr */
+/* Updated: 2025/01/20 19:12:33 by chuhlig ### ########.fr */
/* */
/* ************************************************************************** */
@@ -59,7 +59,7 @@ void update_pwd(t_env **env)
int cd(t_env **env, char **av)
{
t_env *current;
-
+
current = *env;
if (av[1] == NULL)
{