summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 06262259..d844b7c2 100755
--- a/bootstrap
+++ b/bootstrap
@@ -8,7 +8,7 @@ if ! git --version >/dev/null; then
fi
echo "$0: Updating submodules"
-echo | git submodule update --init
+echo | git submodule update --init --force
# This is more portable than `which' but comes with