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 Taler build i


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: Fix Taler build invocation.
Date: Mon, 06 Mar 2017 22:09:55 +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 6fd66b7  Fix Taler build invocation.
6fd66b7 is described below

commit 6fd66b7275320f32468c1df5db03eced3d82f032
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Mar 6 22:09:46 2017 +0100

    Fix Taler build invocation.
---
 taler-build/switch_bluegreen.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/taler-build/switch_bluegreen.sh b/taler-build/switch_bluegreen.sh
index 291678f..8656c7b 100755
--- a/taler-build/switch_bluegreen.sh
+++ b/taler-build/switch_bluegreen.sh
@@ -7,4 +7,4 @@ if test $active="test-blue"; then
   nonactive="test-green"
 fi
 
-sudo -u $(nonactive) sh -c 'source $HOME/activate; taler-deployment-build'
+sudo -u $nonactive bash -c 'source $HOME/activate; taler-deployment-build'

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



reply via email to

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