From owner-freebsd-hackers Mon Mar 6 21:54:40 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (Postfix) with ESMTP id 4121337B9F8 for ; Mon, 6 Mar 2000 21:54:37 -0800 (PST) (envelope-from jdp@polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.9.3/8.9.3) with ESMTP id VAA03453; Mon, 6 Mar 2000 21:54:35 -0800 (PST) (envelope-from jdp@polstra.com) Received: (from jdp@localhost) by vashon.polstra.com (8.9.3/8.9.1) id VAA88875; Mon, 6 Mar 2000 21:54:34 -0800 (PST) (envelope-from jdp@polstra.com) Date: Mon, 6 Mar 2000 21:54:34 -0800 (PST) Message-Id: <200003070554.VAA88875@vashon.polstra.com> From: John Polstra To: jhix@mindspring.com Subject: Re: empty lists in for In-Reply-To: <20000305212148X.jhix@mindspring.com> References: <38C2B805.EA899C32@gorean.org> <20000305204115E.jhix@mindspring.com> <38C33A03.A55DEFAF@gorean.org> <20000305212148X.jhix@mindspring.com> Organization: Polstra & Co., Seattle, WA Cc: hackers@freebsd.org Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In article <20000305212148X.jhix@mindspring.com>, W Gerald Hicks wrote: > > Convince me that nothing like the following exists in the > ports framework and /usr/src and I'd be ok with a change > *after* 4.0 release (repeats himself) > > # Makefile.foo > > FOOVAR= > > . > . > . > > BARVAR=${FOOVAR} > > baz: > for i in ${BARVAR} ; do \ > ${BLAP} $$i ; \ > done > > > To me, changing it right now on the eve of -release > would be gratuitous. Later I would be fine with it. I agree that this is not the time to change it. But in the long run, if the ports framework is misusing /bin/sh then the framework needs to be fixed. We shouldn't let bugs there influence what we do with the shell. John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Disappointment is a good sign of basic intelligence." -- Chögyam Trungpa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message