Re: buildworld is broken(src/bin/sh)

2002-05-30 Thread MOCHIZUKI Akihide/$BK>7n><=((B

I don't know why, but /usr/bin/awk is hardlinked to /usr/bin/nawk on my notepc.
So, I make that /usr/bin/awk is hardlinked to /usr/bin/gawk( not /usr/bin/nawk).
And buildworld on my notepc(5-current) is fine.

Thank you.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: buildworld is broken(src/bin/sh)

2002-05-29 Thread Igor Roboul

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 [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message