]> git.pld-linux.org Git - packages/bash.git/blame - bash-elinks_cont.patch
Up to 5.2.26
[packages/bash.git] / bash-elinks_cont.patch
CommitLineData
a54b4628 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.059441 seconds and 4 git commands to generate.