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: Use spaces around


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: Use spaces around = in bash's 'test' command.
Date: Mon, 06 Mar 2017 23:03:23 +0100

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 43b60ee  Use spaces around = in bash's 'test' command.
43b60ee is described below

commit 43b60ee83d5b36c8aebf8fdcf0d4719d62762c47
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Mar 6 23:02:46 2017 +0100

    Use spaces around = in bash's 'test' command.
---
 taler-build/switch_bluegreen.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/taler-build/switch_bluegreen.sh b/taler-build/switch_bluegreen.sh
index 8fec510..9e38c50 100755
--- a/taler-build/switch_bluegreen.sh
+++ b/taler-build/switch_bluegreen.sh
@@ -2,8 +2,9 @@
 
 active=$(sudo -u test cat /home/test/active)
 nonactive="test-blue"
+echo "Active party: ${active}"
 
-if test $active="test-blue"; then
+if test $active = "test-blue"; then
   nonactive="test-green"
 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]