From: Adam Dickmeiss Date: Tue, 26 Aug 2008 09:30:53 +0000 (+0200) Subject: Run both git submodule init + update X-Git-Tag: v1.0.15~21 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=611f46a86fb8a3943ed0361f04fa9f9b98c48c5a;p=metaproxy-moved-to-github.git Run both git submodule init + update --- diff --git a/buildconf.sh b/buildconf.sh index f55384c..60fd9e4 100755 --- a/buildconf.sh +++ b/buildconf.sh @@ -8,11 +8,7 @@ autoheader=autoheader 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