aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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