biralavor / 42_minishell

minishell, a 42 school team project to rebuild a tiny bash, using C language. Build with @Thais-Malheiros
MIT License
3 stars 0 forks source link

fix - avoid sorting at builtin env #208

Closed biralavor closed 1 month ago

biralavor commented 2 months ago

If user calls: export && env our actual (and wrong) minishell behavior is: sorting the env_table :/ We need to fix this. We should not sort the env_table if it calls env.