Closed biralavor closed 1 month 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.
export && env
env
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 callsenv
.