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

Re: svn commit: r1139607 - /subversion/trunk/get-deps.sh

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Sun, 26 Jun 2011 03:23:53 +0300

Greg Stein wrote on Sat, Jun 25, 2011 at 17:59:11 -0400:
> On Sat, Jun 25, 2011 at 16:00, <danielsh_at_apache.org> wrote:
> >...
> > +++ subversion/trunk/get-deps.sh Sat Jun 25 20:00:09 2011
> > @@ -46,6 +46,14 @@ HTTP_FETCH=
> >  # be downloaded are no longer available on the general mirrors.
> >  APACHE_MIRROR=http://archive.apache.org/dist
> >
> > +# helpers
> > +usage() {
> > +    echo "Usage: $0"
> > +    echo "Usage: $0 [ apr | neon | serf | zlib | sqlite ] ..."
> > +    return $1
> > +}
>
> Shouldn't that exit, rather than go back to the loop? (and possibly
> get multiple calls to usage())
>

*shrug* r1139678. I was still under the influence of #3938 :)

> >...
>
> Cheers,
> -g
Received on 2011-06-26 02:24:35 CEST

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.