Merge pull request #1328 from BastilleBSD/tschettervictor-patch-1

bootstrap: print full release
This commit is contained in:
tschettervictor
2025-12-02 12:14:09 -07:00
committed by GitHub

View File

@@ -190,11 +190,11 @@ cleanup_directories() {
validate_release() {
info "\nAttempting to bootstrap ${PLATFORM_OS} release: ${RELEASE}"
# Set release name to sane release
RELEASE="${NAME_VERIFY}"
info "\nAttempting to bootstrap ${PLATFORM_OS} release: ${RELEASE}"
### FreeBSD ###
if [ "${PLATFORM_OS}" = "FreeBSD" ]; then
MAJOR_VERSION=$(echo ${RELEASE} | grep -Eo '^[0-9]+')