builtin unset + fixed builtin export

This commit is contained in:
LuckyLaszlo
2021-12-05 18:15:23 +01:00
parent 66183ab441
commit b7b3cec6e0
6 changed files with 159 additions and 75 deletions

View File

@@ -6,7 +6,7 @@
/* By: lperrey <lperrey@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2021/11/07 02:01:33 by lperrey #+# #+# */
/* Updated: 2021/11/30 18:35:44 by lperrey ### ########.fr */
/* Updated: 2021/12/05 18:14:24 by lperrey ### ########.fr */
/* */
/* ************************************************************************** */
@@ -105,3 +105,10 @@ static t_list *ret_parameter_expansion(char *content, int *i)
return (ft_retp_free(NULL, expand, free));
return (expand);
}
/*
environment variables must be POSIX NAME :
3.235 Name
https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html
#tag_03_235
*/