Scripts: Set errexit to catch errors
This commit is contained in:
committed by
Matthias Mailänder
parent
7cd0d8c079
commit
946cd8f322
@@ -6,6 +6,8 @@
|
||||
# Copy-paste the entire script into http://shellcheck.net to check.
|
||||
####
|
||||
|
||||
set -o errexit || exit $?
|
||||
|
||||
patch_config()
|
||||
{
|
||||
LABEL=$1
|
||||
|
||||
Reference in New Issue
Block a user