bug fix env -i && cd error message

This commit is contained in:
Tanguy MAZE
2020-02-14 12:22:35 +01:00
parent 7db099a010
commit b9c1a344b2
6 changed files with 31 additions and 10 deletions

View File

@@ -6,7 +6,7 @@
# By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2019/03/27 16:51:02 by tmaze #+# #+# #
# Updated: 2020/02/01 15:54:10 by tmaze ### ########.fr #
# Updated: 2020/02/14 11:56:31 by tmaze ### ########.fr #
# #
#******************************************************************************#
@@ -38,15 +38,17 @@ INCDIR = includes libft/includes
# Source files
SRC = main.c \
cmd_env.c \
cmd_setenv.c \
cmd_unsetenv.c \
cmd_setenv.c \
cmd_unsetenv.c \
cmd_cd.c \
cmd_cd_utils.c \
cmd_echo.c \
ms_exec.c \
ms_ext.c \
put_error_cd.c \
ms_exec_utils.c \
put_error_cd.c \
ms_exec_utils.c \
def_env.c \
envnew.c \
check_path_slash_cd.c
OBJ = $(SRC:.c=.o)