aboutsummaryrefslogtreecommitdiff
path: root/contrib/report.sh
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/report.sh')
-rwxr-xr-xcontrib/report.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/report.sh b/contrib/report.sh
index aab0c2082..cde7aa805 100755
--- a/contrib/report.sh
+++ b/contrib/report.sh
@@ -81,8 +81,7 @@ else
81 echo "libextractor : Not Found" 81 echo "libextractor : Not Found"
82fi 82fi
83 83
84TEST=`$WHICH gnunetd 2>/dev/null` 84if test -x gnunetd; then
85if test -n "$TEST"; then
86 gnunetd -v | sed -e "s/v//" 2>/dev/null |\ 85 gnunetd -v | sed -e "s/v//" 2>/dev/null |\
87 awk '{print "GNUnet 0.8 : "$2 (may conflict!)}' 86 awk '{print "GNUnet 0.8 : "$2 (may conflict!)}'
88else 87else