From cbfa961dfd751a2612a2fdaa821e09b473a0db9e Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Mon, 19 Jun 2023 11:50:58 -0400 Subject: [PATCH] hvk: abort on all errors --- scripts/hvk-common.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/hvk-common.sh b/scripts/hvk-common.sh index 7f332da..02db032 100644 --- a/scripts/hvk-common.sh +++ b/scripts/hvk-common.sh @@ -1,5 +1,8 @@ #!/bin/bash +# Abort on errors +set -e + if [ -f include/linux/linux_logo.h ]; then mode=linux elif [ -f include/asm-generic/u-boot.h ]; then -- 2.20.1