Tom Lane wrote:
> Stefan Kaltenbrunner <stefan@kaltenbrunner.cc> writes:
>> Looks like somebody broke the snapshot generation script again:
>
> [ scratches head... ] "make dist" works for me. Can you get a
> trace indicating what command was used to call genbki.pl?
heh that's a nice one the snapshot generation script uses "
gmake -s VERSION=snapshot dist" and that leads to getting "
--set-version=snapshot" passed to genbki.pl which fails the regex there
and the if() falls through to the usage().
Stefan