projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7d497c
)
bugreport: syntax fix.
author
ng0
<ng0@n0.is>
Mon, 19 Aug 2019 15:24:53 +0000
(15:24 +0000)
committer
ng0
<ng0@n0.is>
Mon, 19 Aug 2019 15:24:53 +0000
(15:24 +0000)
contrib/scripts/gnunet-bugreport
patch
|
blob
|
history
diff --git
a/contrib/scripts/gnunet-bugreport
b/contrib/scripts/gnunet-bugreport
index a62ee107fa0aa56f5b1cece3cc344f7ccfa45849..928438ad618a7f4475eba5214fac4c267163a841 100755
(executable)
--- 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"