[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: Greg Stein <gstein_at_gmail.com>
Date: Sat, 25 Jun 2011 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())

>...

Cheers,
-g
Received on 2011-06-25 23:59:49 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.