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)
|
||||
export LC_ALL=en_US.UTF-8
|
||||
|
||||
|
||||
Reference in New Issue
Block a user