Enclose BRANCH_OVERRIDE in quotes in order to fix an issue with

freebsd-update(8) builds, where BRANCH is suffixed with -p0 for
builds.

Noticed by:	gordon
With help from:	cperciva
MFC after:	3 days
MFC note:	before 12.2-BETA2
Sponsored by:	Rubicon Communications, LLC (netgate.com)
This commit is contained in:
Glen Barber 2020-09-12 00:06:45 +00:00
parent 3e3f720cb0
commit 038fe1e3ef
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=365646

View File

@ -54,7 +54,7 @@
TYPE="FreeBSD"
REVISION="13.0"
BRANCH=${BRANCH_OVERRIDE:-CURRENT}
BRANCH="${BRANCH_OVERRIDE:-CURRENT}"
RELEASE="${REVISION}-${BRANCH}"
VERSION="${TYPE} ${RELEASE}"