On Sat, Jun 25, 2011 at 16:00, <danie...@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