aboutsummaryrefslogtreecommitdiff
path: root/bb.c
diff options
context:
space:
mode:
Diffstat (limited to 'bb.c')
-rw-r--r--bb.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/bb.c b/bb.c
index 6672fd6..271bf7d 100644
--- a/bb.c
+++ b/bb.c
@@ -1006,8 +1006,6 @@ int run_script(bb_t *bb, const char *cmd)
LL_PREPEND(running_procs, proc, running);
int status = wait_for_process(&proc);
- if (!WIFEXITED(status) || WEXITSTATUS(status) != 0)
- run_script(bb, "trap true INT; pause; true");
dirty = 1;
return status;
}