aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--shell/ash.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/ash.c b/shell/ash.c
index 090066765..43b55b259 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -14569,10 +14569,10 @@ cmdloop(int top)
14569 if (iflag && top) { 14569 if (iflag && top) {
14570 inter++; 14570 inter++;
14571 chkmail(); 14571 chkmail();
14572 }
14573#if ENABLE_PLATFORM_MINGW32 14572#if ENABLE_PLATFORM_MINGW32
14574 skip_ansi_emulation(TRUE); 14573 skip_ansi_emulation(TRUE);
14575#endif 14574#endif
14575 }
14576 n = parsecmd(inter); 14576 n = parsecmd(inter);
14577#if DEBUG 14577#if DEBUG
14578 if (DEBUG > 2 && debug && (n != NODE_EOF)) 14578 if (DEBUG > 2 && debug && (n != NODE_EOF))