[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] Fix Neon-0.27-related warning and fix bug introduced in r26820

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2007-10-08 10:38:57 CEST

On 10/8/07, Daniel L. Rall <dlr@collab.net> wrote:
> On Sun, 07 Oct 2007, Arfrever Frehtes Taifersar Arahesis wrote:
>
> > r26820 introduced a bug which causes that SVN_NEON_0_26 is never defined.
> >
> > Autoconf expands
> > if test -n "`echo \"$NEON_VERSION\" | grep '^0\.2[6-7]\.'`" ; then
> > to
> > if echo "$NEON_VERSION" | grep -q '^0\.26-7\.' ; then
> >
> > Additional [ and ] should be placed somewhere outside.
> >
> > I'm attaching a patch which also fixes Neon-0.27-related warning.
>
> Thanks Arfrever, committed to trunk in r27007.

Aren't square brackets bashisms?

bye,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Oct 8 10:39:09 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.