jos-felipe / minishell

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

Builtins: cd doesn´t change actual directory #50

Closed jos-felipe closed 4 months ago

jos-felipe commented 4 months ago

How to reproduce: pwd cd /tmp pwd

jos-felipe commented 4 months ago

cd builtin has been sanitazed - unit test works as expected. The problem seems to be at integration.

jos-felipe commented 4 months ago

mini_execute has been isolated; when it is inserted the problem happens.

jos-felipe commented 4 months ago

Solution: call builtins before make a fork()

jos-felipe commented 4 months ago

Solution: call builtins before make a fork()