fix
authorChristian Grothoff <christian@grothoff.org>
Sun, 13 May 2018 16:11:09 +0000 (18:11 +0200)
committerChristian Grothoff <christian@grothoff.org>
Sun, 13 May 2018 16:11:09 +0000 (18:11 +0200)
contrib/zonewalk-to-types.sh

index c5096e695514f401aae62b7b366417f6f100f1e9..c453702e656961666f8f3f148d0629ab3b5a0072 100755 (executable)
@@ -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