now it actually fails?

This commit is contained in:
Matthew Kennedy 2023-06-06 21:21:42 -07:00
parent 9c938db3b8
commit 11af5acbc1
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
set -e
set -eo pipefail
if [ ! "$USE_OPENBLT" ]; then
USE_OPENBLT=no

View File

@ -1,6 +1,6 @@
#!/bin/bash
set -o pipefail
set -eo pipefail
# first build the bootloader
cd bootloader