aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.conf')
-rw-r--r--bootstrap.conf6
1 files changed, 1 insertions, 5 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index ce1625b..f43cb4d 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -18,11 +18,7 @@ source_base=gnu
gnulib_name=libgnu
gnulib_mk=Makefile.am
-if git config submodule.grecs.url >/dev/null; then : ; else
- git submodule init || exit $?
-fi
-
-git submodule update || exit $?
+git submodule update --init --recursive || exit $?
MODAVOID="xalloc-die openat-die"

Return to:

Send suggestions and report system problems to the System administrator.