fix
authorChristian Grothoff <christian@grothoff.org>
Thu, 29 Jul 2010 10:47:36 +0000 (10:47 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 29 Jul 2010 10:47:36 +0000 (10:47 +0000)
contrib/report.sh

index aab0c2082c8f0dc0fa150bfcd8848cc9392a9a2e..cde7aa80507f8c24f4e97bbddea71efb38d5c717 100755 (executable)
@@ -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