summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-06-08 22:35:59 +0200
committerChristian Grothoff <christian@grothoff.org>2020-06-08 22:35:59 +0200
commite6f2f11044af9789cd49b516de65c5720ee5985f (patch)
tree806552466bcf722170ab387c22a6dc5f7c9c6f0e
parent0b6fd08257c24e344487d3941978f414ab20c3b3 (diff)
downloadexchange-e6f2f11044af9789cd49b516de65c5720ee5985f.tar.gz
exchange-e6f2f11044af9789cd49b516de65c5720ee5985f.tar.bz2
exchange-e6f2f11044af9789cd49b516de65c5720ee5985f.zip
do init submodules
-rwxr-xr-xbootstrap4
1 files changed, 3 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index a25549b72..55522f710 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,11 +1,13 @@
#!/bin/sh
+set -eu
+
if ! git --version >/dev/null; then
echo "git not installed"
exit 1
fi
-#git submodule update --init
+git submodule update --init
# Generate taler-error-codes.h in gana and copy it to
# src/include/taler_error_codes.h