Date: Wed, 29 May 2002 14:16:26 +0400 From: Igor Roboul <igorr@sysadm.stc> To: freebsd-current@freebsd.org Subject: Re: buildworld is broken(src/bin/sh) Message-ID: <20020529101626.GA76218@sysadm.stc> In-Reply-To: <200205271134.g4RBYG803388@mail.wbs.ne.jp> References: <200205271134.g4RBYG803388@mail.wbs.ne.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, May 27, 2002 at 08:34:18PM +0900, MOCHIZUKI Akihide/??????????? wrote: > #define TENDCASE 9 > #define TENDBQUOTE : > #define TREDIR ; > #define TWORD < > #define TIF = I think that there are problem with awk's printing of numbers. ':' is just '9'+1 so awk tries print numbers from 10 to 15 same way as it prints numbers from 0 to 9 (by adding ascii code of '0') -- Igor Roboul, System administrator at Speech Technology Center http://www.speechpro.com http://www.speechpro.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020529101626.GA76218>