Date: Fri, 5 Nov 1999 04:06:30 -0800 (PST) From: Martin Cracauer <cracauer@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/bin/sh eval.c Message-ID: <199911051206.EAA38330@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911051206.EAA38330>
