diff options
author | Christian Grothoff <christian@grothoff.org> | 2010-07-29 10:47:36 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2010-07-29 10:47:36 +0000 |
commit | 99d05b90185127cbca6223d1f171a6731e80bdb4 (patch) | |
tree | 82ce1513ee89352c1eeb32427098b84da697c825 /contrib/report.sh | |
parent | 524e09efd4fd8792727f12486a88d1549a5d8d12 (diff) |
fix
Diffstat (limited to 'contrib/report.sh')
-rwxr-xr-x | contrib/report.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/report.sh b/contrib/report.sh index aab0c2082c..cde7aa8050 100755 --- a/contrib/report.sh +++ b/contrib/report.sh @@ -81,8 +81,7 @@ else echo "libextractor : Not Found" fi -TEST=`$WHICH gnunetd 2>/dev/null` -if test -n "$TEST"; then +if test -x gnunetd; then gnunetd -v | sed -e "s/v//" 2>/dev/null |\ awk '{print "GNUnet 0.8 : "$2 (may conflict!)}' else |