aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.conf')
-rw-r--r--bootstrap.conf6
1 files changed, 2 insertions, 4 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index fde2671..52f8d74 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -21,10 +21,8 @@ gnulib_mk=Makefile.am
test -d $source_base || mkdir -p $source_base
-if git config submodule.grecs.url >/dev/null; then : ; else
- git submodule init || exit $?
- git submodule update || exit $?
-fi
+git submodule init || exit $?
+git submodule update || exit $?
# We don't need these modules, even though gnulib-tool mistakenly
# includes them because of gettext dependencies.

Return to:

Send suggestions and report system problems to the System administrator.