From 149099831e75f8f683e0016c1f451c42b3b465d5 Mon Sep 17 00:00:00 2001 From: Marcello Stanisci Date: Tue, 4 Jun 2019 18:12:36 +0200 Subject: fix bash syntax --- buildbot/sign.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'buildbot') 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 -- cgit v1.2.3