gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnunet] branch master updated: fix


From: gnunet
Subject: [GNUnet-SVN] [gnunet] branch master updated: fix
Date: Sun, 13 May 2018 18:11:11 +0200

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

grothoff pushed a commit to branch master
in repository gnunet.

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

commit c5b7feaca717a5f81ff922d9b3ba1a195b1dfa9d
Author: Christian Grothoff <address@hidden>
AuthorDate: Sun May 13 18:11:09 2018 +0200

    fix
---
 contrib/zonewalk-to-types.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/zonewalk-to-types.sh b/contrib/zonewalk-to-types.sh
index c5096e695..c453702e6 100755
--- a/contrib/zonewalk-to-types.sh
+++ b/contrib/zonewalk-to-types.sh
@@ -22,7 +22,7 @@ done
 
 # Second group (1) is unique per client
 OFF=0
-for i in `seq 0 $NUM_CLIENTS`
+for i in `seq 1 $NUM_CLIENTS`
 do
   END=`expr $OFF + $GROUP_SIZE`
   cat $1.tmp | head -n $END | tail -n $GROUP_SIZE | awk "{print 1 \" \" \$1}" 
>> $1.$i.tmp

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



reply via email to

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