gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated: -do not exit if not in PATH


From: gnunet
Subject: [taler-exchange] branch master updated: -do not exit if not in PATH
Date: Mon, 19 Sep 2022 14:44: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 a566242b -do not exit if not in PATH
a566242b is described below

commit a566242bfd7d3321429bd65faf02986c373122d7
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Mon Sep 19 14:44:40 2022 +0200

    -do not exit if not in PATH
---
 src/auditor/test-auditor.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/auditor/test-auditor.sh b/src/auditor/test-auditor.sh
index ec5a4585..637a21d9 100755
--- a/src/auditor/test-auditor.sh
+++ b/src/auditor/test-auditor.sh
@@ -2042,7 +2042,7 @@ MYDIR=`mktemp -d /tmp/taler-auditor-basedbXXXXXX`
 
 echo -n "Testing for Postgres"
 # Available directly in path?
-INITDB_BIN=$(command -v initdb)
+INITDB_BIN=$(command -v initdb) || true
 if [[ ! -z $INITDB_BIN ]]; then
   echo " FOUND (in path) at" $INITDB_BIN
 else

-- 
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]