marimlem / minishell

0 stars 0 forks source link

bug: export lol is not added #49

Closed marimlem closed 1 month ago

marimlem commented 2 months ago

export lol is not added to export (is also not in env, which is correct)

======

minishell:$ env | grep lol
minishell:$ export | grep lol

======

bash:$ env | grep lol
bash:$ export | grep lol
declare -x lol