From owner-freebsd-hackers Sun Mar 5 21:46:46 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from holly.calldei.com (adsl-208-191-146-189.dsl.hstntx.swbell.net [208.191.146.189]) by hub.freebsd.org (Postfix) with ESMTP id BD18537BC05 for ; Sun, 5 Mar 2000 21:46:42 -0800 (PST) (envelope-from chris@holly.calldei.com) Received: (from chris@localhost) by holly.calldei.com (8.9.3/8.9.3) id XAA05663; Sun, 5 Mar 2000 23:42:11 -0600 (CST) (envelope-from chris) Date: Sun, 5 Mar 2000 23:42:11 -0600 From: Chris Costello To: Sheldon Hearn Cc: Max Khon , hackers@FreeBSD.ORG Subject: Re: empty lists in for Message-ID: <20000305234210.A4990@holly.calldei.com> Reply-To: chris@calldei.com References: <57223.952177003@axl.ops.uunet.co.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii User-Agent: Mutt/0.96.4i In-Reply-To: <57223.952177003@axl.ops.uunet.co.za> X-URL: http://www.FreeBSD.org/~chris/ Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Saturday, March 04, 2000, Sheldon Hearn wrote: > Neither bash nor ksh claim to be particularly POSIX compliant. our > /bin/sh does. ksh doesn't claim to be POSIX compliant? "ksh is intended to conform to the Shell Language Standard developed by the IEEE POSIX 1003.2 Shell and Utilities Language Committee." -- http://www.kornshell.com/info/ And on a FreeBSD-compiled binary of the real AT&T ksh code: $ echo ${.sh.version} Version M 1993-12-28 i $ for i in ; do echo $i; done $ -- |Chris Costello |Breakthrough: It nearly booted on the first try. `------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message