aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexia Pagkopoulou <a.pagkopoulou@tum.de>2019-08-19 17:37:14 +0200
committerAlexia Pagkopoulou <a.pagkopoulou@tum.de>2019-08-19 17:37:14 +0200
commitccee16259b49183d6b7d4d628b1f6ab7b813548f (patch)
tree3699c954a1a62d238fd06e4750c3fce67548965f
parent7c484d98416b489072cb728f614e17186a12c81c (diff)
parent3e5eeaabb65d9eda5090472bb20f180eb6c91975 (diff)
downloadgnunet-ccee16259b49183d6b7d4d628b1f6ab7b813548f.tar.gz
gnunet-ccee16259b49183d6b7d4d628b1f6ab7b813548f.zip
Merge branch 'master' of ssh://gnunet.org/gnunet
-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"