projects
/
hvutilities.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0705c27
)
hvk: abort on all errors
author
Hugo Villeneuve
<hugo@hugovil.com>
Mon, 19 Jun 2023 15:50:58 +0000
(11:50 -0400)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Wed, 11 Oct 2023 15:36:11 +0000
(11:36 -0400)
scripts/hvk-common.sh
patch
|
blob
|
history
diff --git
a/scripts/hvk-common.sh
b/scripts/hvk-common.sh
index
7f332da
..
02db032
100644
(file)
--- 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