aboutsummaryrefslogtreecommitdiffhomepage
path: root/exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'exec.c')
-rw-r--r--exec.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/exec.c b/exec.c
index e9373160..949a9770 100644
--- a/exec.c
+++ b/exec.c
@@ -1209,14 +1209,12 @@ void exec( job_t *j )
{
proc_last_bg_pid = j->pgid;
}
-
+
if( !exec_error )
{
job_continue (j, 0);
}
- debug( 3, L"End of exec()" );
-
}
int exec_subshell( const wchar_t *cmd,