diff --git a/src/shell/shell.cpp b/src/shell/shell.cpp index 8783f8f2..169d8781 100644 --- a/src/shell/shell.cpp +++ b/src/shell/shell.cpp @@ -358,7 +358,6 @@ void DOS_Shell::Run(void) { if (echo) ShowPrompt(); InputCommand(input_line); ParseLine(input_line); - if (echo && !bf) WriteOut_NoParsing("\n"); } } while (!exit); }