mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-19 06:55:18 +00:00
If we can't find an executable to exec() after forking, we don't want to run the atexit() handlers in the child process. Just use _exit() instead to avoid this. This was causing us to write out the shell history to ~/.history every time a "command not found" error was printed.