gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r31725 - in gnunet: contrib src/gns src/namestore


From: gnunet
Subject: [GNUnet-SVN] r31725 - in gnunet: contrib src/gns src/namestore
Date: Mon, 23 Dec 2013 23:58:38 +0100

Author: grothoff
Date: 2013-12-23 23:58:38 +0100 (Mon, 23 Dec 2013)
New Revision: 31725

Modified:
   gnunet/contrib/gnunet-gns-import.sh
   gnunet/src/gns/test_gns_cname_lookup.sh
   gnunet/src/gns/test_gns_delegated_lookup.sh
   gnunet/src/gns/test_gns_dht_lookup.sh
   gnunet/src/gns/test_gns_gns2dns_lookup.sh
   gnunet/src/gns/test_gns_ipv6_lookup.sh
   gnunet/src/gns/test_gns_lookup.sh
   gnunet/src/gns/test_gns_mx_lookup.sh
   gnunet/src/gns/test_gns_nick_shorten.sh
   gnunet/src/gns/test_gns_plus_lookup.sh
   gnunet/src/gns/test_gns_quickupdate.sh
   gnunet/src/gns/test_gns_rel_expiration.sh
   gnunet/src/gns/test_gns_revocation.sh
   gnunet/src/gns/test_gns_soa_lookup.sh
   gnunet/src/gns/test_gns_txt_lookup.sh
   gnunet/src/gns/test_gns_zkey_lookup.sh
   gnunet/src/namestore/test_namestore_delete.sh
   gnunet/src/namestore/test_namestore_lookup.sh
   gnunet/src/namestore/test_namestore_put.sh
Log:
-avoid bashisms

Modified: gnunet/contrib/gnunet-gns-import.sh
===================================================================
--- gnunet/contrib/gnunet-gns-import.sh 2013-12-23 22:48:10 UTC (rev 31724)
+++ gnunet/contrib/gnunet-gns-import.sh 2013-12-23 22:58:38 UTC (rev 31725)
@@ -7,7 +7,7 @@
 then
   LOCATION="gnunet-config"
 fi
-$LOCATION --version &> /dev/null
+$LOCATION --version 1> /dev/null
 if test $? != 0
 then
        echo "GNUnet command line tools not found, check environmental 
variables PATH and GNUNET_PREFIX"

Modified: gnunet/src/gns/test_gns_cname_lookup.sh
===================================================================
--- gnunet/src/gns/test_gns_cname_lookup.sh     2013-12-23 22:48:10 UTC (rev 
31724)
+++ gnunet/src/gns/test_gns_cname_lookup.sh     2013-12-23 22:58:38 UTC (rev 
31725)
@@ -6,7 +6,7 @@
 then
   LOCATION="gnunet-config"
 fi
-$LOCATION --version &> /dev/null
+$LOCATION --version 1> /dev/null
 if test $? != 0
 then
        echo "GNUnet command line tools cannot be found, check environmental 
variables PATH and GNUNET_PREFIX"

Modified: gnunet/src/gns/test_gns_delegated_lookup.sh
===================================================================
--- gnunet/src/gns/test_gns_delegated_lookup.sh 2013-12-23 22:48:10 UTC (rev 
31724)
+++ gnunet/src/gns/test_gns_delegated_lookup.sh 2013-12-23 22:58:38 UTC (rev 
31725)
@@ -7,7 +7,7 @@
 then
   LOCATION="gnunet-config"
 fi
-$LOCATION --version &> /dev/null
+$LOCATION --version 1> /dev/null
 if test $? != 0
 then
        echo "GNUnet command line tools cannot be found, check environmental 
variables PATH and GNUNET_PREFIX" 

Modified: gnunet/src/gns/test_gns_dht_lookup.sh
===================================================================
--- gnunet/src/gns/test_gns_dht_lookup.sh       2013-12-23 22:48:10 UTC (rev 
31724)
+++ gnunet/src/gns/test_gns_dht_lookup.sh       2013-12-23 22:58:38 UTC (rev 
31725)
@@ -7,7 +7,7 @@
 then
   LOCATION="gnunet-config"
 fi
-$LOCATION --version &> /dev/null
+$LOCATION --version 1> /dev/null
 if test $? != 0
 then
        echo "GNUnet command line tools cannot be found, check environmental 
variables PATH and GNUNET_PREFIX" 

Modified: gnunet/src/gns/test_gns_gns2dns_lookup.sh
===================================================================
--- gnunet/src/gns/test_gns_gns2dns_lookup.sh   2013-12-23 22:48:10 UTC (rev 
31724)
+++ gnunet/src/gns/test_gns_gns2dns_lookup.sh   2013-12-23 22:58:38 UTC (rev 
31725)
@@ -6,7 +6,7 @@
 then
   LOCATION="gnunet-config"
 fi
-$LOCATION --version &> /dev/null
+$LOCATION --version 1> /dev/null
 if test $? != 0
 then
        echo "GNUnet command line tools cannot be found, check environmental 
variables PATH and GNUNET_PREFIX"

Modified: gnunet/src/gns/test_gns_ipv6_lookup.sh
===================================================================
--- gnunet/src/gns/test_gns_ipv6_lookup.sh      2013-12-23 22:48:10 UTC (rev 
31724)
+++ gnunet/src/gns/test_gns_ipv6_lookup.sh      2013-12-23 22:58:38 UTC (rev 
31725)
@@ -6,7 +6,7 @@
 then
   LOCATION="gnunet-config"
 fi
-$LOCATION --version &> /dev/null
+$LOCATION --version 1> /dev/null
 if test $? != 0
 then
        echo "GNUnet command line tools cannot be found, check environmental 
variables PATH and GNUNET_PREFIX"

Modified: gnunet/src/gns/test_gns_lookup.sh
===================================================================
--- gnunet/src/gns/test_gns_lookup.sh   2013-12-23 22:48:10 UTC (rev 31724)
+++ gnunet/src/gns/test_gns_lookup.sh   2013-12-23 22:58:38 UTC (rev 31725)
@@ -6,7 +6,7 @@
 then
   LOCATION="gnunet-config"
 fi
-$LOCATION --version &> /dev/null
+$LOCATION --version 1> /dev/null
 if test $? != 0
 then
        echo "GNUnet command line tools cannot be found, check environmental 
variables PATH and GNUNET_PREFIX"

Modified: gnunet/src/gns/test_gns_mx_lookup.sh
===================================================================
--- gnunet/src/gns/test_gns_mx_lookup.sh        2013-12-23 22:48:10 UTC (rev 
31724)
+++ gnunet/src/gns/test_gns_mx_lookup.sh        2013-12-23 22:58:38 UTC (rev 
31725)
@@ -6,7 +6,7 @@
 then
   LOCATION="gnunet-config"
 fi
-$LOCATION --version &> /dev/null
+$LOCATION --version 1> /dev/null
 if test $? != 0
 then
        echo "GNUnet command line tools cannot be found, check environmental 
variables PATH and GNUNET_PREFIX"

Modified: gnunet/src/gns/test_gns_nick_shorten.sh
===================================================================
--- gnunet/src/gns/test_gns_nick_shorten.sh     2013-12-23 22:48:10 UTC (rev 
31724)
+++ gnunet/src/gns/test_gns_nick_shorten.sh     2013-12-23 22:58:38 UTC (rev 
31725)
@@ -12,7 +12,7 @@
 then
   LOCATION="gnunet-config"
 fi
-$LOCATION --version &> /dev/null
+$LOCATION --version 1> /dev/null
 if test $? != 0
 then
        echo "GNUnet command line tools cannot be found, check environmental 
variables PATH and GNUNET_PREFIX"

Modified: gnunet/src/gns/test_gns_plus_lookup.sh
===================================================================
--- gnunet/src/gns/test_gns_plus_lookup.sh      2013-12-23 22:48:10 UTC (rev 
31724)
+++ gnunet/src/gns/test_gns_plus_lookup.sh      2013-12-23 22:58:38 UTC (rev 
31725)
@@ -6,7 +6,7 @@
 then
   LOCATION="gnunet-config"
 fi
-$LOCATION --version &> /dev/null
+$LOCATION --version 1> /dev/null
 if test $? != 0
 then
        echo "GNUnet command line tools cannot be found, check environmental 
variables PATH and GNUNET_PREFIX"

Modified: gnunet/src/gns/test_gns_quickupdate.sh
===================================================================
--- gnunet/src/gns/test_gns_quickupdate.sh      2013-12-23 22:48:10 UTC (rev 
31724)
+++ gnunet/src/gns/test_gns_quickupdate.sh      2013-12-23 22:58:38 UTC (rev 
31725)
@@ -6,7 +6,7 @@
 then
   LOCATION="gnunet-config"
 fi
-$LOCATION --version
+$LOCATION --version 1> /dev/null
 if test $? != 0
 then
        echo "GNUnet command line tools cannot be found, check environmental 
variables PATH and GNUNET_PREFIX" 

Modified: gnunet/src/gns/test_gns_rel_expiration.sh
===================================================================
--- gnunet/src/gns/test_gns_rel_expiration.sh   2013-12-23 22:48:10 UTC (rev 
31724)
+++ gnunet/src/gns/test_gns_rel_expiration.sh   2013-12-23 22:58:38 UTC (rev 
31725)
@@ -6,7 +6,7 @@
 then
   LOCATION="gnunet-config"
 fi
-$LOCATION --version &> /dev/null
+$LOCATION --version 1> /dev/null
 if test $? != 0
 then
        echo "GNUnet command line tools cannot be found, check environmental 
variables PATH and GNUNET_PREFIX"

Modified: gnunet/src/gns/test_gns_revocation.sh
===================================================================
--- gnunet/src/gns/test_gns_revocation.sh       2013-12-23 22:48:10 UTC (rev 
31724)
+++ gnunet/src/gns/test_gns_revocation.sh       2013-12-23 22:58:38 UTC (rev 
31725)
@@ -7,7 +7,7 @@
 then
   LOCATION="gnunet-config"
 fi
-$LOCATION --version &> /dev/null
+$LOCATION --version 1> /dev/null
 if test $? != 0
 then
        echo "GNUnet command line tools cannot be found, check environmental 
variables PATH and GNUNET_PREFIX"

Modified: gnunet/src/gns/test_gns_soa_lookup.sh
===================================================================
--- gnunet/src/gns/test_gns_soa_lookup.sh       2013-12-23 22:48:10 UTC (rev 
31724)
+++ gnunet/src/gns/test_gns_soa_lookup.sh       2013-12-23 22:58:38 UTC (rev 
31725)
@@ -6,7 +6,7 @@
 then
   LOCATION="gnunet-config"
 fi
-$LOCATION --version &> /dev/null
+$LOCATION --version 1> /dev/null
 if test $? != 0
 then
        echo "GNUnet command line tools cannot be found, check environmental 
variables PATH and GNUNET_PREFIX"

Modified: gnunet/src/gns/test_gns_txt_lookup.sh
===================================================================
--- gnunet/src/gns/test_gns_txt_lookup.sh       2013-12-23 22:48:10 UTC (rev 
31724)
+++ gnunet/src/gns/test_gns_txt_lookup.sh       2013-12-23 22:58:38 UTC (rev 
31725)
@@ -6,7 +6,7 @@
 then
   LOCATION="gnunet-config"
 fi
-$LOCATION --version &> /dev/null
+$LOCATION --version 1> /dev/null
 if test $? != 0
 then
        echo "GNUnet command line tools cannot be found, check environmental 
variables PATH and GNUNET_PREFIX"

Modified: gnunet/src/gns/test_gns_zkey_lookup.sh
===================================================================
--- gnunet/src/gns/test_gns_zkey_lookup.sh      2013-12-23 22:48:10 UTC (rev 
31724)
+++ gnunet/src/gns/test_gns_zkey_lookup.sh      2013-12-23 22:58:38 UTC (rev 
31725)
@@ -7,7 +7,7 @@
 then
   LOCATION="gnunet-config"
 fi
-$LOCATION --version &> /dev/null
+$LOCATION --version 1> /dev/null
 if test $? != 0
 then
        echo "GNUnet command line tools cannot be found, check environmental 
variables PATH and GNUNET_PREFIX"

Modified: gnunet/src/namestore/test_namestore_delete.sh
===================================================================
--- gnunet/src/namestore/test_namestore_delete.sh       2013-12-23 22:48:10 UTC 
(rev 31724)
+++ gnunet/src/namestore/test_namestore_delete.sh       2013-12-23 22:58:38 UTC 
(rev 31725)
@@ -7,7 +7,7 @@
 then
   LOCATION="gnunet-config"
 fi
-$LOCATION --version &> /dev/null
+$LOCATION --version 1> /dev/null
 if test $? != 0
 then
        echo "GNUnet command line tools cannot be found, check environmental 
variables PATH and GNUNET_PREFIX"

Modified: gnunet/src/namestore/test_namestore_lookup.sh
===================================================================
--- gnunet/src/namestore/test_namestore_lookup.sh       2013-12-23 22:48:10 UTC 
(rev 31724)
+++ gnunet/src/namestore/test_namestore_lookup.sh       2013-12-23 22:58:38 UTC 
(rev 31725)
@@ -7,7 +7,7 @@
 then
   LOCATION="gnunet-config"
 fi
-$LOCATION --version &> /dev/null
+$LOCATION --version 1> /dev/null
 if test $? != 0
 then
        echo "GNUnet command line tools cannot be found, check environmental 
variables PATH and GNUNET_PREFIX"

Modified: gnunet/src/namestore/test_namestore_put.sh
===================================================================
--- gnunet/src/namestore/test_namestore_put.sh  2013-12-23 22:48:10 UTC (rev 
31724)
+++ gnunet/src/namestore/test_namestore_put.sh  2013-12-23 22:58:38 UTC (rev 
31725)
@@ -7,7 +7,7 @@
 then
   LOCATION="gnunet-config"
 fi
-$LOCATION --version &> /dev/null
+$LOCATION --version 1> /dev/null
 if test $? != 0
 then
        echo "GNUnet command line tools cannot be found, check environmental 
variables PATH and GNUNET_PREFIX"




reply via email to

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