]> git.pld-linux.org Git - packages/bash.git/blob - bash-elinks_cont.patch
Up to 5.2.26
[packages/bash.git] / bash-elinks_cont.patch
1 --- bash-3.2/jobs.c.old 2008-05-02 16:24:17.000000000 +0200
2 +++ bash-3.2/jobs.c     2008-05-02 16:24:34.000000000 +0200
3 @@ -2824,8 +2824,6 @@ start_job (job, foreground)
4    else
5      jobs[job]->flags &= ~J_FOREGROUND;
6  
7 -  /* If the job is already running, then don't bother jump-starting it. */
8 -  if (already_running == 0)
9      {
10        jobs[job]->flags |= J_NOTIFIED;
11        killpg (jobs[job]->pgrp, SIGCONT);
This page took 0.065866 seconds and 3 git commands to generate.