리스트 맨 앞에 할당된 env를 unset 했을 때, segmentation fault
Closed this issue · 0 comments
srngch commented
minishell $ env
USER=SR
....
minishell $ unset USER
[1] 60925 segmentation fault ./minishell
Closed this issue · 0 comments
minishell $ env
USER=SR
....
minishell $ unset USER
[1] 60925 segmentation fault ./minishell