autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: multiline output variables.


From: Albert Chin
Subject: Re: multiline output variables.
Date: Mon, 7 Feb 2005 16:26:24 -0600
User-agent: Mutt/1.5.6i

On Mon, Feb 07, 2005 at 03:55:49PM -0500, Dan Manthey wrote:
>       I instead just ask `test ${#ac_delim} -gt 1000', which gives six
> iterations with the current set up.

${#<var>} isn't portable. I think this is:
  _len=`expr "${ac_delim}" : ".*"`

-- 
albert chin (address@hidden)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]