hvk: abort on all errors
authorHugo Villeneuve <hugo@hugovil.com>
Mon, 19 Jun 2023 15:50:58 +0000 (11:50 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Wed, 11 Oct 2023 15:36:11 +0000 (11:36 -0400)
scripts/hvk-common.sh

index 7f332da..02db032 100644 (file)
@@ -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