git: a9fc14fbf445 - main - newvers.sh: add support for gitup(1)

Ed Maste emaste at freebsd.org
Thu Jan 21 14:21:39 UTC 2021


On Thu, 21 Jan 2021 at 05:37, Mateusz Guzik <mjguzik at gmail.com> wrote:
>
> I'm getting an error with this:
>
> $ make -s buildkernel MODULES_OVERRIDE=""
>
> /tank/users/mjg/src/freebsd/sys/conf/newvers.sh: git: not found
>
> > +     if [ "$(git rev-parse --is-shallow-repository)" = false ] ; then
                  ^^^
Looks like this bare git should be $git_cmd, can you confirm that
change fixes it?


More information about the dev-commits-src-all mailing list