aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-07-29 10:47:36 +0000
committerChristian Grothoff <christian@grothoff.org>2010-07-29 10:47:36 +0000
commit99d05b90185127cbca6223d1f171a6731e80bdb4 (patch)
tree82ce1513ee89352c1eeb32427098b84da697c825
parent524e09efd4fd8792727f12486a88d1549a5d8d12 (diff)
downloadgnunet-99d05b90185127cbca6223d1f171a6731e80bdb4.tar.gz
gnunet-99d05b90185127cbca6223d1f171a6731e80bdb4.zip
fix
-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