gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: portability fix.


From: gnunet
Subject: [gnunet] branch master updated: portability fix.
Date: Sun, 27 Oct 2019 19:26:15 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 95485f2f9 portability fix.
95485f2f9 is described below

commit 95485f2f9b181cc710ddbf806b5f8601f23edb33
Author: ng0 <address@hidden>
AuthorDate: Sun Oct 27 18:23:38 2019 +0000

    portability fix.
---
 src/gns/test_plugin_rest_gns.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gns/test_plugin_rest_gns.sh b/src/gns/test_plugin_rest_gns.sh
index da46330d6..4079b8bad 100755
--- a/src/gns/test_plugin_rest_gns.sh
+++ b/src/gns/test_plugin_rest_gns.sh
@@ -24,7 +24,7 @@ curl_get () {
     #$2 is grep
     cache="$(gnurl -v "$1" 2>&1 | grep "$2")"
     #echo "$cache"
-    if [ "" == "$cache" ]
+    if [ "" = "$cache" ]
     then
         gnunet-identity -D "$TEST_TLD" -c test_gns_lookup.conf > /dev/null 2>&1
         gnunet-arm -e -c test_gns_lookup.conf

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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