gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r12388 - gnunet/contrib


From: gnunet
Subject: [GNUnet-SVN] r12388 - gnunet/contrib
Date: Thu, 29 Jul 2010 12:47:36 +0200

Author: grothoff
Date: 2010-07-29 12:47:36 +0200 (Thu, 29 Jul 2010)
New Revision: 12388

Modified:
   gnunet/contrib/report.sh
Log:
fix

Modified: gnunet/contrib/report.sh
===================================================================
--- gnunet/contrib/report.sh    2010-07-28 22:08:48 UTC (rev 12387)
+++ gnunet/contrib/report.sh    2010-07-29 10:47:36 UTC (rev 12388)
@@ -81,8 +81,7 @@
   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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]