exchange

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

commit 7ee5ffd2eb241389339116a5df9af5d992b648c9
parent 18541a284b57ed7f0c110f084649eb292e603e63
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun,  1 Aug 2021 19:30:57 +0200

-fix FTBFS

Diffstat:
Mcontrib/gana-update.sh | 9++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/contrib/gana-update.sh b/contrib/gana-update.sh @@ -8,7 +8,14 @@ set -eu cd contrib/gana/gnu-taler-error-codes make cd ../../.. -for n in taler_error_codes.h taler_error_codes.c +for n in taler_error_codes.c +do + if ! diff contrib/gana/gnu-taler-error-codes/${n} src/util/${n} > /dev/null + then + cp contrib/gana/gnu-taler-error-codes/$n src/util/$n + fi +done +for n in taler_error_codes.h do if ! diff contrib/gana/gnu-taler-error-codes/${n} src/include/${n} > /dev/null then