Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jun 2002 20:30:22 -0400
From:      parv <parv@pair.com>
To:        Frank v Waveren <fvw@var.cx>
Cc:        freebsd-bugs@freebsd.org
Subject:   Re: bin/39198: sh aborts on variables with periods
Message-ID:  <20020613003022.GA38508@moo.holy.cow>
In-Reply-To: <20020613002018.GA38200@moo.holy.cow>
References:  <200206122010.g5CKA3L09165@freefall.freebsd.org> <20020612214110.GA30199@moo.holy.cow> <1023918173HKC.fvw@yendor.var.cx> <20020613002018.GA38200@moo.holy.cow>

next in thread | previous in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020613003022.GA38508>