From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) From: arisawa In-Reply-To: Date: Wed, 16 Oct 2013 09:47:14 +0900 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Subject: Re: [9fans] Kirara new version Topicbox-Message-UUID: 867570bc-ead8-11e9-9d60-3106f5b1d025 Hello, My first code was like > if(~ $#kirara2 0) > kirara2=3D/n/other/kirara2 but I rewrote > kirara2=3D/n/other/kirara2 > kirara=3D$kirara2 because the latter is safest, though a little pain. Thanks On 2013/10/14, at 14:59, BurnZeZ wrote: > kirara2=3D/n/other/kirara2 > kirara=3D$kirara2 >=20 > This is in many of the scripts, and you are required to manually = correct it. >=20 > if(~ $#kirara2 0) > kirara2=3D/n/other/kirara2 >=20 > Is there a reason something like this is not done instead? >=20