From c5b7feaca717a5f81ff922d9b3ba1a195b1dfa9d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 13 May 2018 18:11:09 +0200 Subject: [PATCH] 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 -- 2.25.1