corrected env -i crash & SHLVL

This commit is contained in:
Tanguy Maze
2020-01-28 13:38:25 +01:00
parent 40718a99ac
commit 25c4b28f4c
7 changed files with 82 additions and 31 deletions

View File

@@ -6,7 +6,7 @@
/* By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2018/11/18 13:12:34 by tmaze #+# #+# */
/* Updated: 2019/12/06 09:54:47 by tmaze ### ########.fr */
/* Updated: 2020/01/26 22:19:25 by tmaze ### ########.fr */
/* */
/* ************************************************************************** */
@@ -35,4 +35,6 @@ char **res_ext(char **argv, t_env *env);
int exec_cmd(char **argv, t_env **env);
void *put_error_cd(char *file, char *msg);
#endif