From: Adam Dickmeiss Date: Tue, 26 Aug 2008 09:30:36 +0000 (+0200) Subject: Run both git submodule init + update X-Git-Tag: v1.3.5~17 X-Git-Url: http://git.indexdata.com/?p=yazproxy-moved-to-github.git;a=commitdiff_plain;h=67667a51aefad50499f3861dd080e16974fe979e;ds=sidebyside Run both git submodule init + update --- diff --git a/buildconf.sh b/buildconf.sh index a037772..69239a1 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -2,11 +2,7 @@ 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