gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] branch master updated: bugreport: syntax fix.


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: bugreport: syntax fix.
Date: Mon, 19 Aug 2019 17:26:43 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 3e5eeaabb bugreport: syntax fix.
3e5eeaabb is described below

commit 3e5eeaabb65d9eda5090472bb20f180eb6c91975
Author: ng0 <address@hidden>
AuthorDate: Mon Aug 19 15:24:53 2019 +0000

    bugreport: syntax fix.
---
 contrib/scripts/gnunet-bugreport | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/scripts/gnunet-bugreport b/contrib/scripts/gnunet-bugreport
index a62ee107f..928438ad6 100755
--- a/contrib/scripts/gnunet-bugreport
+++ b/contrib/scripts/gnunet-bugreport
@@ -415,7 +415,7 @@ gnurl_check()
 {
     TEST=`$WHICH gnurl-config | grep -v "not found" 2> /dev/null`
     if test -n "$TEST"; then
-        VER=`gnurl-config --version | head -n1 2> /dev/null | awk '{print 
"$2}'`
+        VER=`gnurl-config --version | head -n1 2> /dev/null | awk '{print $2}'`
         infomsg "libgnurl       : $VER"
     else
         infomsg "libgnurl       : Not found"

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



reply via email to

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