This commit is contained in:
hugogogo
2021-11-25 21:33:46 +01:00
parent ef3e91be13
commit ac11eee947
4 changed files with 14 additions and 19 deletions

View File

@@ -6,7 +6,7 @@
/* By: lperrey <lperrey@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2021/10/04 05:59:26 by lperrey #+# #+# */
/* Updated: 2021/11/25 16:30:24 by hulamy ### ########.fr */
/* Updated: 2021/11/25 19:48:07 by hulamy ### ########.fr */
/* */
/* ************************************************************************** */
@@ -20,7 +20,7 @@ int main(int argc, char *argv[])
(void)argc;
(void)argv;
//if (!init(&c, envp))
// if (!init(&c, envp))
if (!init(&c, environ))
free_exit(&c, EXIT_FAILURE);
//putenv("VAR=W1 W2 W3"); // TEMP TEST