]> git.pld-linux.org Git - packages/bash.git/commitdiff
- send SIGCONT to the ELinks after CTRL-Z and fg
authorwitekfl <witekfl@pld-linux.org>
Fri, 2 May 2008 14:26:01 +0000 (14:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bash-elinks_cont.patch -> 1.1

bash-elinks_cont.patch [new file with mode: 0644]

diff --git a/bash-elinks_cont.patch b/bash-elinks_cont.patch
new file mode 100644 (file)
index 0000000..5bf41c9
--- /dev/null
@@ -0,0 +1,11 @@
+--- bash-3.2/jobs.c.old        2008-05-02 16:24:17.000000000 +0200
++++ bash-3.2/jobs.c    2008-05-02 16:24:34.000000000 +0200
+@@ -2824,8 +2824,6 @@ start_job (job, foreground)
+   else
+     jobs[job]->flags &= ~J_FOREGROUND;
+-  /* If the job is already running, then don't bother jump-starting it. */
+-  if (already_running == 0)
+     {
+       jobs[job]->flags |= J_NOTIFIED;
+       killpg (jobs[job]->pgrp, SIGCONT);
This page took 0.072539 seconds and 4 git commands to generate.