mirror of
https://github.com/reactos/wine.git
synced 2025-02-18 11:58:22 +00:00
cmd: Do not show prompt when echo mode is off.
This commit is contained in:
parent
91c4632941
commit
f43297f989
@ -2555,7 +2555,7 @@ int wmain (int argc, WCHAR *argvW[])
|
||||
|
||||
/* Read until EOF (which for std input is never, but if redirect
|
||||
in place, may occur */
|
||||
WCMD_show_prompt ();
|
||||
if (echo_mode) WCMD_show_prompt();
|
||||
if (WCMD_ReadAndParseLine(NULL, &toExecute,
|
||||
GetStdHandle(STD_INPUT_HANDLE)) == NULL)
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user