diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-06-08 22:35:59 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-07-05 16:50:13 +0200 |
commit | 98f967f38327226570ce9cbb7ca98255d35150e8 (patch) | |
tree | 8e207292703d68b24ca46890f87e85110c0696a1 | |
parent | 9dbc462dc0953ed4feb654a2654e93389bb6e503 (diff) |
do init submodules
-rwxr-xr-x | bootstrap | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |