From owner-freebsd-current Wed May 29 3:16:26 2002 Delivered-To: freebsd-current@freebsd.org Received: from speechpro.com (crt-gw.infopro.spb.su [195.201.254.5]) by hub.freebsd.org (Postfix) with ESMTP id CF8D537B403 for ; Wed, 29 May 2002 03:16:17 -0700 (PDT) Received: from igorr by sysadm.stc with local (Exim 3.36 #1) id 17D0VG-000LjQ-00 for freebsd-current@freebsd.org; Wed, 29 May 2002 14:16:26 +0400 Date: Wed, 29 May 2002 14:16:26 +0400 From: Igor Roboul To: freebsd-current@freebsd.org Subject: Re: buildworld is broken(src/bin/sh) Message-ID: <20020529101626.GA76218@sysadm.stc> Reply-To: igorr@speechpro.com Mail-Followup-To: Igor Roboul , freebsd-current@freebsd.org References: <200205271134.g4RBYG803388@mail.wbs.ne.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200205271134.g4RBYG803388@mail.wbs.ne.jp> User-Agent: Mutt/1.3.99i Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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