From owner-freebsd-bugs Wed Jun 12 17:28:16 2002 Delivered-To: freebsd-bugs@freebsd.org Received: from pintail.mail.pas.earthlink.net (pintail.mail.pas.earthlink.net [207.217.120.122]) by hub.freebsd.org (Postfix) with ESMTP id 5452337B405 for ; Wed, 12 Jun 2002 17:28:14 -0700 (PDT) Received: from sdn-ar-004dcwashp313.dialsprint.net ([206.133.15.219] helo=moo.holy.cow) by pintail.mail.pas.earthlink.net with esmtp (Exim 3.33 #2) id 17IITA-0004NF-00; Wed, 12 Jun 2002 17:28:08 -0700 Received: by moo.holy.cow (Postfix, from userid 1001) id C474150BB7; Wed, 12 Jun 2002 20:30:22 -0400 (EDT) Date: Wed, 12 Jun 2002 20:30:22 -0400 From: parv To: Frank v Waveren Cc: freebsd-bugs@freebsd.org Subject: Re: bin/39198: sh aborts on variables with periods Message-ID: <20020613003022.GA38508@moo.holy.cow> References: <200206122010.g5CKA3L09165@freefall.freebsd.org> <20020612214110.GA30199@moo.holy.cow> <1023918173HKC.fvw@yendor.var.cx> <20020613002018.GA38200@moo.holy.cow> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020613002018.GA38200@moo.holy.cow> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org in message <20020613002018.GA38200@moo.holy.cow>, wrote parv/pair thusly... > ... > while [ $i -le 32767 ] ... > > ...the above more than three times each in bash-2.05 & > ksh93-20020317 (i.e. more than 3 * 2 * 2^16 times) oops, change 2^16 to 2^15... -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message