Browse Source

bugreport: syntax fix.

ng0 4 years ago
parent
commit
3e5eeaabb6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contrib/scripts/gnunet-bugreport

+ 1 - 1
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"