From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <430535f79e0140950fe3ff6938d19a83@quanstro.net> References: <5d375e920903171516u70adbf43nb147bdd2f593007a@mail.gmail.com> <430535f79e0140950fe3ff6938d19a83@quanstro.net> Date: Wed, 18 Mar 2009 00:14:34 +0100 Message-ID: <5d375e920903171614u219c6398qb6b92601e97825c4@mail.gmail.com> From: Uriel To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] Strange rc bug for the 9fans bug-squashing squad Topicbox-Message-UUID: bd83a014-ead4-11e9-9d60-3106f5b1d025 > in your test, try this > > =C2=A0 =C2=A0 =C2=A0 =C2=A0echo $#x I tried that too, I'm getting the same result for an ifs of '' or (). % ifs=3D() {x=3D`{cat f}; echo $#x} 2 % ifs=3D'' {x=3D`{cat f}; echo $#x} 2 I'm doing something else wrong? uriel