Removed ignore from unused directory.
[yazpp-moved-to-github.git] / buildconf.sh
index 386ddbc..4e7fff0 100755 (executable)
@@ -1,9 +1,7 @@
 #!/bin/sh
 
 test -d config || mkdir config
-if test -d m4/.git -a -d doc/common/.git; then
-    :
-else
+if test .git; then
     git submodule init
     git submodule update
 fi