gnunet-svn
[Top][All Lists]
Advanced

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

[taler-deployment] branch master updated: fails when sourcing with set -


From: gnunet
Subject: [taler-deployment] branch master updated: fails when sourcing with set -eu
Date: Mon, 24 Feb 2020 17:44:48 +0100

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

grothoff pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new c8350d1  fails when sourcing with set -eu
c8350d1 is described below

commit c8350d1f74fa552b82e4827dae5253d24f672194
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Feb 24 17:44:45 2020 +0100

    fails when sourcing with set -eu
---
 bin/taler-deployment | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/bin/taler-deployment b/bin/taler-deployment
index 7fe735e..e90a799 100755
--- a/bin/taler-deployment
+++ b/bin/taler-deployment
@@ -32,8 +32,7 @@ activate_template = """\
 
 # Generated by taler-deployment-bootstrap
 
-echo $PATH | tr ":" '\\n' | grep '$HOME/deployment/bin' > /dev/null
-if test 0 != $?
+if ! echo $PATH | tr ":" '\\n' | grep '$HOME/deployment/bin' > /dev/null
 then
   export PATH="$HOME/deployment/bin:$HOME/local/bin:{curr_path}"
 fi

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



reply via email to

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