aboutsummaryrefslogtreecommitdiff
path: root/contrib/scripts
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-08-19 15:24:53 +0000
committerng0 <ng0@n0.is>2019-08-19 15:24:53 +0000
commit3e5eeaabb65d9eda5090472bb20f180eb6c91975 (patch)
tree4672fff0ad943a961ca81d2797125b2d67eb6fa3 /contrib/scripts
parentb7d497cb169f8de8973d40391f1b4f40f03db389 (diff)
downloadgnunet-3e5eeaabb65d9eda5090472bb20f180eb6c91975.tar.gz
gnunet-3e5eeaabb65d9eda5090472bb20f180eb6c91975.zip
bugreport: syntax fix.
Diffstat (limited to 'contrib/scripts')
-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"