From owner-freebsd-bugs@FreeBSD.ORG Thu Jun 11 22:00:08 2009 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 884C81065675 for ; Thu, 11 Jun 2009 22:00:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 22A2F8FC21 for ; Thu, 11 Jun 2009 22:00:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n5BM07xr096347 for ; Thu, 11 Jun 2009 22:00:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n5BM07XT096346; Thu, 11 Jun 2009 22:00:07 GMT (envelope-from gnats) Date: Thu, 11 Jun 2009 22:00:07 GMT Message-Id: <200906112200.n5BM07XT096346@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org From: Jilles Tjoelker Cc: Subject: Re: bin/113860: sh(1): shell is still running when using `sh -c' X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Jilles Tjoelker List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jun 2009 22:00:09 -0000 The following reply was made to PR bin/113860; it has been noted by GNATS. From: Jilles Tjoelker To: bug-followup@FreeBSD.org, ed@fxq.nl Cc: Subject: Re: bin/113860: sh(1): shell is still running when using `sh -c' Date: Thu, 11 Jun 2009 23:49:35 +0200 Although it's probably too late for the slush/freeze, here is an updated version of sh-minusc-exec.patch: - the old one did not apply anymore - new approach that does not change the parsing anymore, instead checking if we are at the end of the string http://www.stack.nl/~jilles/unix/sh-minusc-exec-2.patch Note, sh-forkiftrapped.patch is still needed, and not changed. -- Jilles Tjoelker