diff --git a/boredos.iso b/boredos.iso index 70a0893..9bc70bc 100644 Binary files a/boredos.iso and b/boredos.iso differ diff --git a/build/cmd.o b/build/cmd.o index 4553a16..7269daf 100644 Binary files a/build/cmd.o and b/build/cmd.o differ diff --git a/src/kernel/cmd.c b/src/kernel/cmd.c index 206dc77..9e2639b 100644 --- a/src/kernel/cmd.c +++ b/src/kernel/cmd.c @@ -1649,7 +1649,8 @@ static void cmd_exec(char *cmd, bool print_prompt) { cmd_write("\n"); } - if (print_prompt) { + + if (print_prompt && !cmd_is_waiting_for_process) { cmd_print_prompt(); } }