[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [taler-deployment] branch master updated: syntax
From: |
gnunet |
Subject: |
[GNUnet-SVN] [taler-deployment] branch master updated: syntax |
Date: |
Fri, 13 Sep 2019 11:31:24 +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 8f77589 syntax
8f77589 is described below
commit 8f77589b3db6ffbf0e8253f4fcfdecc378a6a082
Author: Marcello Stanisci <address@hidden>
AuthorDate: Fri Sep 13 11:31:20 2019 +0200
syntax
---
bootstrap-taler | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bootstrap-taler b/bootstrap-taler
index 81de616..9d0175a 100755
--- a/bootstrap-taler
+++ b/bootstrap-taler
@@ -139,6 +139,6 @@ if test "test" = $ENVNAME; then
fi
fi
-if test "lcov" = $ENVNAME -a [[ ! -d worker ]]; then
+if [[ "lcov" = $ENVNAME ]] && [[ ! -d worker ]]; then
buildbot-worker create-worker --umask=0o22 ~/worker localhost:9989
lcov-worker lcov-pass
fi
--
To stop receiving notification emails like this one, please contact
address@hidden.