make script fail fast
This commit is contained in:
@@ -9,6 +9,9 @@
|
|||||||
#
|
#
|
||||||
########################################################################
|
########################################################################
|
||||||
|
|
||||||
|
# Fail fast on errors
|
||||||
|
set -Eeuo pipefail
|
||||||
|
|
||||||
# Set correct UTF-8 encoding (for FreeBSD jail)
|
# Set correct UTF-8 encoding (for FreeBSD jail)
|
||||||
export LC_ALL=en_US.UTF-8
|
export LC_ALL=en_US.UTF-8
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user