From owner-cvs-all Fri Nov 5 4: 7:29 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 82EA915041; Fri, 5 Nov 1999 04:07:26 -0800 (PST) (envelope-from cracauer@FreeBSD.org) Received: (from cracauer@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA38330; Fri, 5 Nov 1999 04:06:30 -0800 (PST) (envelope-from cracauer@FreeBSD.org) Message-Id: <199911051206.EAA38330@freefall.freebsd.org> From: Martin Cracauer Date: Fri, 5 Nov 1999 04:06:30 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh eval.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk cracauer 1999/11/05 04:06:30 PST Modified files: bin/sh eval.c Log: When a backquote command inside a here-document had a pipe with more than two processes (got that? :-), the stdin fd of the middle processes that has just been set up was accidetially closed. Don't do this. PR: bin/14527 Revision Changes Path 1.23 +3 -2 src/bin/sh/eval.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message