Han2-Ro / 42minishell

0 stars 0 forks source link

Use own envp list #75

Closed Han2-Ro closed 6 months ago

Han2-Ro commented 6 months ago

Use own list of environment variables in builtins (export, env), expander ($VAR) and execution (PATH for binary searching)

Han2-Ro commented 6 months ago

@aprevrah Didn't implement it for the expander, because not is not easy to pass down the env-list through function parameters, because it uses ft_lstiter.