gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [taler-deployment] branch master updated: fix bash syntax


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: fix bash syntax
Date: Tue, 04 Jun 2019 18:12:54 +0200

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

marcello pushed a commit to branch master
in repository deployment.

The following commit(s) were added to refs/heads/master by this push:
     new 1490998  fix bash syntax
1490998 is described below

commit 149099831e75f8f683e0016c1f451c42b3b465d5
Author: Marcello Stanisci <address@hidden>
AuthorDate: Tue Jun 4 18:12:36 2019 +0200

    fix bash syntax
---
 buildbot/sign.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/sign.sh b/buildbot/sign.sh
index 762e4c1..d16dce2 100755
--- a/buildbot/sign.sh
+++ b/buildbot/sign.sh
@@ -6,7 +6,7 @@ if test "$(whoami)" = "$(cat /home/test/active)"; then
 fi
 
 source "${HOME}/activate"
-WIRE_RESPONSE = $(taler-config -s account-1 -o wire_response -f)
+WIRE_RESPONSE=$(taler-config -s account-1 -o wire_response -f)
 
 rm -f $WIRE_RESPONSE || true
 

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



reply via email to

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