From: Hugo Villeneuve Date: Mon, 19 Jun 2023 15:50:58 +0000 (-0400) Subject: hvk: abort on all errors X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=cbfa961dfd751a2612a2fdaa821e09b473a0db9e;p=hvutilities.git hvk: abort on all errors --- 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