executors: use set -e consistently
This commit is contained in:
parent
e7ef2d1e83
commit
14914f1251
8 changed files with 14 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
# Copyright (C) 2012, 2020 Natanael Copa <ncopa@alpinelinux.org>
|
||||
# Copyright (C) 2020 Ariadne Conill <ariadne@dereferenced.org>
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue