summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcontrib/scripts/gnunet-bugreport2
1 files changed, 1 insertions, 1 deletions
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()
415{ 415{
416 TEST=`$WHICH gnurl-config | grep -v "not found" 2> /dev/null` 416 TEST=`$WHICH gnurl-config | grep -v "not found" 2> /dev/null`
417 if test -n "$TEST"; then 417 if test -n "$TEST"; then
418 VER=`gnurl-config --version | head -n1 2> /dev/null | awk '{print "$2}'` 418 VER=`gnurl-config --version | head -n1 2> /dev/null | awk '{print $2}'`
419 infomsg "libgnurl : $VER" 419 infomsg "libgnurl : $VER"
420 else 420 else
421 infomsg "libgnurl : Not found" 421 infomsg "libgnurl : Not found"