aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2018-05-13 18:11:09 +0200
committerChristian Grothoff <christian@grothoff.org>2018-05-13 18:11:09 +0200
commitc5b7feaca717a5f81ff922d9b3ba1a195b1dfa9d (patch)
tree0718aac28ade5be014753409dd92525cef14a904 /contrib
parentf69c5e0593e0115e48d7a3138f64c183757f6066 (diff)
downloadgnunet-c5b7feaca717a5f81ff922d9b3ba1a195b1dfa9d.tar.gz
gnunet-c5b7feaca717a5f81ff922d9b3ba1a195b1dfa9d.zip
fix
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/zonewalk-to-types.sh2
1 files changed, 1 insertions, 1 deletions
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
22 22
23# Second group (1) is unique per client 23# Second group (1) is unique per client
24OFF=0 24OFF=0
25for i in `seq 0 $NUM_CLIENTS` 25for i in `seq 1 $NUM_CLIENTS`
26do 26do
27 END=`expr $OFF + $GROUP_SIZE` 27 END=`expr $OFF + $GROUP_SIZE`
28 cat $1.tmp | head -n $END | tail -n $GROUP_SIZE | awk "{print 1 \" \" \$1}" >> $1.$i.tmp 28 cat $1.tmp | head -n $END | tail -n $GROUP_SIZE | awk "{print 1 \" \" \$1}" >> $1.$i.tmp