[ksh/f15] add missing patch

Michal Hlavinka mhlavink at fedoraproject.org
Wed Jun 8 06:16:56 UTC 2011


commit 6f6f9bc5f8e4f8dbbbf7024daf61e24e4808178d
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Wed Jun 8 08:15:17 2011 +0200

    add missing patch

 ksh-20110505-resume.patch |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/ksh-20110505-resume.patch b/ksh-20110505-resume.patch
new file mode 100644
index 0000000..96cfa54
--- /dev/null
+++ b/ksh-20110505-resume.patch
@@ -0,0 +1,11 @@
+--- old/src/cmd/ksh93/sh/xec.c	Wed Jun  1 18:03:07 2011
++++ old/src/cmd/ksh93/sh/xec.c.orig	Tue Jun  7 16:20:47 2011
+@@ -2963,7 +2963,7 @@
+ #else
+ 		myjob = job_post(shp,parent,postid);
+ #endif /* SHOPT_BGX */
+-		if(job.waitall && (flags&FPOU))
++		if(job.waitall && (flags&FPOU) && !sh_isoption(SH_MONITOR))
+ 		{
+ 			job.curjobid = myjob+1;
+ 			if(job.exitval)


More information about the scm-commits mailing list