release: Add set -e to abort upon failure

We don't want to blindly continue and produce broken VM images if
something goes wrong.

Reviewed by:	cperciva
Event:		Kitchener-Waterloo Hackathon 202506
Sponsored by:	The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D50711
This commit is contained in:
Ed Maste 2025-06-05 14:50:03 -04:00
parent a7596f6c63
commit 611c1457ff

View file

@ -29,6 +29,7 @@
# mk-vmimage.sh: Create virtual machine disk images in various formats.
#
#
set -e
usage() {
echo "${0} usage:"