pkg-stats: cnt should start with 0
authorH Hartley Sweeten <hartleys@visionengravers.com>
Wed, 5 Oct 2011 16:47:54 +0000 (11:47 -0500)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 5 Oct 2011 17:08:42 +0000 (19:08 +0200)
commitb7b75b71679a03d92850890e1980d7e3cc42b096
tree7aab3b83e084e12550497889c7db0c9617eaec89
parent228bde4dbe81254785ffa9986c81c79f5567c241
pkg-stats: cnt should start with 0

The package count, cnt, should start with an initial value of 0.  It
is incremented as each package *.mk file is checked.  Starting with a
value of 1 makes the first ID = 2 and results in the TOTAL being off
by 1.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
support/scripts/pkg-stats