mirror of
https://git.freebsd.org/src.git
synced 2026-01-16 23:02:24 +00:00
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:
parent
a7596f6c63
commit
611c1457ff
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@
|
|||
# mk-vmimage.sh: Create virtual machine disk images in various formats.
|
||||
#
|
||||
#
|
||||
set -e
|
||||
|
||||
usage() {
|
||||
echo "${0} usage:"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue