From 98f967f38327226570ce9cbb7ca98255d35150e8 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 8 Jun 2020 22:35:59 +0200 Subject: do init submodules --- bootstrap | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bootstrap') 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 -- cgit v1.2.3