summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <stanisci.m@gmail.com>2019-06-04 18:12:36 +0200
committerMarcello Stanisci <stanisci.m@gmail.com>2019-06-04 18:12:36 +0200
commit149099831e75f8f683e0016c1f451c42b3b465d5 (patch)
tree62109d845b6d280f476a90414070ca440a1a738b
parent884edb3c4b72b069c8e3d082aa4882e98d5d270b (diff)
downloaddeployment-149099831e75f8f683e0016c1f451c42b3b465d5.tar.gz
deployment-149099831e75f8f683e0016c1f451c42b3b465d5.tar.bz2
deployment-149099831e75f8f683e0016c1f451c42b3b465d5.zip
fix bash syntax
-rwxr-xr-xbuildbot/sign.sh2
1 files changed, 1 insertions, 1 deletions
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