Skip to content

Commit

Permalink
break can be disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
stsp committed Oct 13, 2024
1 parent e9299dc commit c28f610
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/command.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c28f610

Please sign in to comment.