diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ash.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/ash.c b/shell/ash.c index 08e34d6e7..28f74e8a8 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -3005,6 +3005,9 @@ setprompt_if(smallint do_set, int whichprompt) | |||
3005 | default: /* 0 */ | 3005 | default: /* 0 */ |
3006 | prompt = nullstr; | 3006 | prompt = nullstr; |
3007 | } | 3007 | } |
3008 | #if ENABLE_PLATFORM_MINGW32 | ||
3009 | skip_ansi_emulation(TRUE); | ||
3010 | #endif | ||
3008 | #if ENABLE_ASH_EXPAND_PRMT | 3011 | #if ENABLE_ASH_EXPAND_PRMT |
3009 | pushstackmark(&smark, stackblocksize()); | 3012 | pushstackmark(&smark, stackblocksize()); |
3010 | putprompt(expandstr(prompt, PSSYNTAX)); | 3013 | putprompt(expandstr(prompt, PSSYNTAX)); |