hvk: abort on all errors
[hvutilities.git] / 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