ladybird/Shell
Andreas Kling cd55f76727 Shell: Use _exit() in the forked child if execvp() fails
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.
2019-12-07 22:40:54 +01:00
..
GlobalState.h Shell: Update termios settings to match line discipline. 2019-10-20 10:51:12 +02:00
LineEditor.cpp Shell: Cache PATH for faster tab completion 2019-12-05 17:09:22 +01:00
LineEditor.h Shell: Cache PATH for faster tab completion 2019-12-05 17:09:22 +01:00
main.cpp Shell: Use _exit() in the forked child if execvp() fails 2019-12-07 22:40:54 +01:00
Makefile Fix "make clean" not deleting app binaries. 2019-05-13 14:56:18 +02:00
Parser.cpp Shell: Redirectiong from multiple-digit fds 2019-12-05 17:08:37 +01:00
Parser.h AK: Rename <AK/AKString.h> to <AK/String.h> 2019-09-06 15:36:54 +02:00