export builtin
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
/* By: lperrey <lperrey@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2021/10/08 09:22:12 by lperrey #+# #+# */
|
||||
/* Updated: 2021/12/02 01:38:22 by lperrey ### ########.fr */
|
||||
/* Updated: 2021/12/04 15:11:20 by lperrey ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
@@ -36,7 +36,6 @@ int init(t_all *c)
|
||||
return (1);
|
||||
}
|
||||
|
||||
// done : TODO : Un appel à builtin_export() modifiant $PATH doit aussi entrainer un appel à "c->path = retrieve_path()"
|
||||
char **retrieve_path(void)
|
||||
{
|
||||
char *path;
|
||||
|
||||
Reference in New Issue
Block a user