aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.conf
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap.conf')
-rw-r--r--bootstrap.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index 02ae139..cc7d8f3 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -21,9 +21,10 @@ SKIP_PO=t
if git config submodule.grecs.url >/dev/null; then : ; else
git submodule init || exit $?
- git submodule update || exit $?
fi
+git submodule update || exit $?
+
MODAVOID="xalloc-die openat-die"
if [ -n "$MODAVOID" ]; then

Return to:

Send suggestions and report system problems to the System administrator.