[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: autotest hits Solaris 9 awk limit
From: |
Stepan Kasal |
Subject: |
Re: autotest hits Solaris 9 awk limit |
Date: |
Tue, 7 Jun 2005 15:03:37 +0200 |
User-agent: |
Mutt/1.4.1i |
Hello,
On Mon, Jun 06, 2005 at 03:18:56PM +0200, Alexandre Duret-Lutz wrote:
> On Mon, Jun 06, 2005 at 10:30:54AM +0200, Stepan Kasal wrote:
> > + # Passing at_groups is tricky. We cannot use it to form a literal string
> > + # or regexp because of the limitation of AIX awk. And Solaris' awk
> > + # doesn't grok more than 99 fieldsin a record, so we have to use `split'.
>
> fields in
committed. Thank you for catching this.
Stepan