From c28f61023064526cb571538221996923a0fe0ee3 Mon Sep 17 00:00:00 2001 From: Stas Sergeev Date: Sun, 13 Oct 2024 14:58:30 +0300 Subject: [PATCH] break can be disabled --- src/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command.c b/src/command.c index 92ddf38..ecc754f 100644 --- a/src/command.c +++ b/src/command.c @@ -3106,7 +3106,7 @@ static void perform_external_cmd(int call, int lh, char *ext_cmd) unsetenv("SHELL_LOADHIGH_DEFAULT"); if (lh) link_umb(0x80); - set_break(1); + set_break(break_on); #ifdef HAVE_DOS_EXEC5 rc = _dos_exec5(full_cmd, cmd_args, environ, NULL, lh ? 0x80 : 0); #else