exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit e6f2f11044af9789cd49b516de65c5720ee5985f
parent 0b6fd08257c24e344487d3941978f414ab20c3b3
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon,  8 Jun 2020 22:35:59 +0200

do init submodules

Diffstat:
Mbootstrap | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git 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