Scripts: Remove exit stmts covered by errexit
This commit is contained in:
committed by
Matthias Mailänder
parent
e2fd7ce7ed
commit
c29f1590c9
@@ -30,7 +30,7 @@ fi
|
||||
|
||||
# Set the working dir to the location of this script
|
||||
HERE=$(dirname "${0}")
|
||||
cd "${HERE}" || exit 1
|
||||
cd "${HERE}"
|
||||
. ../functions.sh
|
||||
|
||||
# Import code signing certificate
|
||||
|
||||
Reference in New Issue
Block a user