Run both git submodule init + update
authorAdam Dickmeiss <adam@indexdata.dk>
Tue, 26 Aug 2008 09:30:36 +0000 (11:30 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Tue, 26 Aug 2008 09:30:36 +0000 (11:30 +0200)
buildconf.sh

index a037772..69239a1 100755 (executable)
@@ -2,11 +2,7 @@
 
 test -d config || mkdir config
 if test .git; then
 
 test -d config || mkdir config
 if test .git; then
-    if test -d m4/.git -a -d doc/common/.git; then
-        :
-    else
-        git submodule init
-    fi
+    git submodule init
     git submodule update
 fi
 
     git submodule update
 fi