jos-felipe / minishell

This project is about creating a simple shell.
Apache License 2.0
0 stars 2 forks source link

export fix #66

Closed gfantonib closed 1 month ago

gfantonib commented 1 month ago

cmd: export var (should appear in export but not in env)

cmd: export @ | unset @ | unset @ (the error messege get lost): probably because of the parallelism of execution)

cmd: en (this prints the env list)

cmd: exp (this print the export list)

jos-felipe commented 1 month ago

cmd: "" (invalid print of env_list)