From owner-freebsd-hackers Sun Mar 5 21:18: 7 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from fb02.eng00.mindspring.net (fb02.eng00.mindspring.net [207.69.229.20]) by hub.freebsd.org (Postfix) with ESMTP id 4B0CB37BC44 for ; Sun, 5 Mar 2000 21:18:04 -0800 (PST) (envelope-from jhix@mindspring.com) Received: from smtp10.atl.mindspring.net (smtp10.atl.mindspring.net [207.69.200.246]) by fb02.eng00.mindspring.net (8.9.3/8.8.5) with ESMTP id AAA00423; Mon, 6 Mar 2000 00:17:48 -0500 (EST) Received: from jhix.mindspring.com (user-33qtgqb.dialup.mindspring.com [199.174.195.75]) by smtp10.atl.mindspring.net (8.9.3/8.8.5) with ESMTP id AAA01448; Mon, 6 Mar 2000 00:17:46 -0500 (EST) Received: from localhost (jhix@localhost [127.0.0.1]) by jhix.mindspring.com (8.9.3/8.9.2) with ESMTP id VAA58073; Sun, 5 Mar 2000 21:21:48 -0800 (PST) (envelope-from jhix@mindspring.com) To: Doug@gorean.org Cc: hackers@FreeBSD.ORG Subject: Re: empty lists in for In-Reply-To: <38C33A03.A55DEFAF@gorean.org> References: <38C2B805.EA899C32@gorean.org> <20000305204115E.jhix@mindspring.com> <38C33A03.A55DEFAF@gorean.org> X-Mailer: Mew version 1.94.1 on XEmacs 21.1 (Bryce Canyon) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20000305212148X.jhix@mindspring.com> Date: Sun, 05 Mar 2000 21:21:48 -0800 From: W Gerald Hicks X-Dispatcher: imput version 990905(IM130) Lines: 35 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG From: Doug Barton > John Polstra already pointed this out, and Bash handles this like you > would expect. There is a difference between expanding an empty list and > trying to expand a list that isn't there. 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 still prefer /bin/sh being able to handle an empty literal list but would yield to the desires of others. -- Jerry Hicks jhix@mindspring.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message