FjjDessoyCaraballo / minishell

This project aims to replicate bash shell
1 stars 3 forks source link

unset with expansion clear almost all #53

Closed FjjDessoyCaraballo closed 2 months ago

FjjDessoyCaraballo commented 2 months ago

Unset seems to work without expansion, but when an expansion is used, the whole env_ll is broken.

image

Ginger-Leo commented 2 months ago

this has now developed a different fault. it now doesnt print the newly added values, value....

export XBOX=564;

XBOX=

Ginger-Leo commented 2 months ago

this is not a problem anymore, I think Waled sorted it in the end.