aboutsummaryrefslogtreecommitdiffstats
path: root/nt/cmdproxy.c
diff options
context:
space:
mode:
Diffstat (limited to 'nt/cmdproxy.c')
-rw-r--r--nt/cmdproxy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nt/cmdproxy.c b/nt/cmdproxy.c
index edf7b364671..b78bdd994f3 100644
--- a/nt/cmdproxy.c
+++ b/nt/cmdproxy.c
@@ -341,7 +341,7 @@ console_event_handler (DWORD event)
341 case CTRL_BREAK_EVENT: 341 case CTRL_BREAK_EVENT:
342 if (!interactive) 342 if (!interactive)
343 { 343 {
344 /* Both command.com and cmd.exe have the annoying behaviour of 344 /* Both command.com and cmd.exe have the annoying behavior of
345 prompting "Terminate batch job (y/n)?" when interrupted 345 prompting "Terminate batch job (y/n)?" when interrupted
346 while running a batch file, even if running in 346 while running a batch file, even if running in
347 non-interactive (-c) mode. Try to make up for this 347 non-interactive (-c) mode. Try to make up for this