diff options
Diffstat (limited to 'shell/ash.c')
-rw-r--r-- | shell/ash.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/ash.c b/shell/ash.c index 17af816d4..f3eb98d85 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -15775,8 +15775,8 @@ exitshell(void) | |||
15775 | out: | 15775 | out: |
15776 | #if ENABLE_SUW32 | 15776 | #if ENABLE_SUW32 |
15777 | if (delayexit) { | 15777 | if (delayexit) { |
15778 | freopen("CONOUT$", "w", stdout); | 15778 | #define EXIT_MSG "Press any key to exit..." |
15779 | fputs_stdout("Press any key to exit..."); | 15779 | console_write(EXIT_MSG, sizeof(EXIT_MSG) - 1); |
15780 | _getch(); | 15780 | _getch(); |
15781 | } | 15781 | } |
15782 | #endif | 15782 | #endif |