Re: Bug report - bootstrap script not compatible with git submodules

2014-09-01 Thread Aaron Sowry
Sorry - wrong list. Please ignore. On Mon, Sep 01, 2014 at 01:30:32PM +0200, Aaron Sowry wrote: > Hi, > > I've noticed that if the gnulib git tree is used as a submodule for a > different > project, the git detection in the bootstrap script will not work properly. > This > is because it checks

Bug report - bootstrap script not compatible with git submodules

2014-09-01 Thread Aaron Sowry
Hi, I've noticed that if the gnulib git tree is used as a submodule for a different project, the git detection in the bootstrap script will not work properly. This is because it checks for the existence of a .git directory, whereas for submodules .git will be a file. The fix is trivial, patch att