gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] 127/152: do init submodules


From: gnunet
Subject: [taler-exchange] 127/152: do init submodules
Date: Sun, 05 Jul 2020 20:48:03 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository exchange.

commit 98f967f38327226570ce9cbb7ca98255d35150e8
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Jun 8 22:35:59 2020 +0200

    do init submodules
---
 bootstrap | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/bootstrap b/bootstrap
index a25549b7..55522f71 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

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]