summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-09-11 22:23:53 +0200
committerChristian Grothoff <christian@grothoff.org>2023-09-11 22:23:53 +0200
commitd0b27e71a71ab44058fb148754363c6fd2286dcf (patch)
treec787caf4b6ea3bdf66cf856b84f01e78a8496929
parentceca64a112b48fa4ace96f19cba06fc44357e69c (diff)
downloadmerchant-d0b27e71a71ab44058fb148754363c6fd2286dcf.tar.gz
merchant-d0b27e71a71ab44058fb148754363c6fd2286dcf.tar.bz2
merchant-d0b27e71a71ab44058fb148754363c6fd2286dcf.zip
update submodules from remote
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index bf84c063..c3a26432 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 --force
+echo | git submodule update --init --force --remote
# This is more portable than `which' but comes with