On Tue, Feb 21, 2006 at 06:02:10PM -0500, Paul G. Szabady wrote: > That's what I thought, but other non-octal combinations work. > > IE > > [EMAIL PROTECTED] paul]$ declare -i dirx=88 ; echo $dirx > 88 > [EMAIL PROTECTED] paul]$
The leading '0' digit trigger the octal interpretation. There are special cases in the code for 09 but 08 seems to have escaped someone's notice. The library spec says that 08 should be correctly interpreted. might be worth filing a bug with your distributions bug site. -- G.Wolfe Woodbury `- -' RHCT U The Line Eater is a boojum! -- TriLUG mailing list : http://www.trilug.org/mailman/listinfo/trilug TriLUG Organizational FAQ : http://trilug.org/faq/ TriLUG Member Services FAQ : http://members.trilug.org/services_faq/
