RenataKaras / minishell

0 stars 0 forks source link

shell level not working #4

Closed RenataKaras closed 5 hours ago

RenataKaras commented 9 hours ago

echo $SHLVL always shows 1

RenataKaras commented 8 hours ago

so I think this should be approached that if we're already inside of a minishell and we call another ./minishell execution, we should update the SHLVL node in env list by adding 1.