From 46b7c59642cc533c033b54f59e191db359dcc131 Mon Sep 17 00:00:00 2001 From: Letter Date: Wed, 26 Aug 2020 12:01:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20=E4=B8=80=E6=AC=A1?= =?UTF-8?q?=E5=9B=9E=E8=BD=A6=E4=BC=9A=E6=89=93=E5=8D=B0=E5=A4=9A=E6=AC=A1?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E7=AC=A6=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/shell.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/shell.c b/src/shell.c index e6cc069..085ff60 100644 --- a/src/shell.c +++ b/src/shell.c @@ -1310,7 +1310,6 @@ void shellExec(Shell *shell) if (shell->parser.length == 0) { - shellWriteCommandLine(shell, 1); return; } @@ -1323,7 +1322,6 @@ void shellExec(Shell *shell) shell->parser.length = shell->parser.cursor = 0; if (shell->parser.paramCount == 0) { - shellWriteCommandLine(shell, 1); return; } shellWriteString(shell, "\r\n");