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 whoami


From: gnunet
Subject: [GNUnet-SVN] [taler-deployment] branch master updated: fix whoami
Date: Wed, 29 May 2019 20:55:46 +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 4883a76  fix whoami
4883a76 is described below

commit 4883a7664f61880d95ad0030c20197e7d08a9145
Author: Marcello Stanisci <address@hidden>
AuthorDate: Wed May 29 20:55:41 2019 +0200

    fix whoami
---
 buildbot/make_auditor_reports.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildbot/make_auditor_reports.sh b/buildbot/make_auditor_reports.sh
index ca71cc5..ede8947 100755
--- a/buildbot/make_auditor_reports.sh
+++ b/buildbot/make_auditor_reports.sh
@@ -52,7 +52,7 @@ rm "${REPORT_FILE_NOEXT}.log"
 
 # Group to assign the file.
 GROUP="test"
-if $(whoami) | grep demo; then
+if echo $(whoami) | grep demo; then
   GROUP="demo"
 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]