Pavel Hrdina writes ("Re: [PATCH] autogen.sh: Restore --no-git (avoid git submodule update)"): > On Tue, Jun 02, 2020 at 04:47:45PM +0100, Ian Jackson wrote: > > -git submodule update --init || exit 1 > > +if [ "x$1" = x--no-git ]; then > > + shift > > +else > > + git submodule update --init || exit 1 > > I changed the TAB into spaces. Ah, sorry for not following the right style. > Reviewed-by: Pavel Hrdina <phrdina@xxxxxxxxxx> > > and pushed. Thanks :-). Ian.