gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-exchange] branch master updated: check for git first


From: gnunet
Subject: [GNUnet-SVN] [taler-exchange] branch master updated: check for git first
Date: Sat, 05 Oct 2019 15:49:43 +0200

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

grothoff pushed a commit to branch master
in repository exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 4ac5a15a check for git first
4ac5a15a is described below

commit 4ac5a15a0354b8ad5d24fcede186a7d608b2b157
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Oct 5 15:49:41 2019 +0200

    check for git first
---
 bootstrap | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/bootstrap b/bootstrap
index 0d35d01c..44f929c6 100755
--- a/bootstrap
+++ b/bootstrap
@@ -1,4 +1,10 @@
 #!/bin/sh
+
+if ! git --version >/dev/null; then
+  echo "git not installed"
+  exit 1
+fi
+
 git submodule update --init
 
 # This is more portable than `which' but comes with

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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