sh: Add strict failure flags

This commit is contained in:
Robert Estelle 2020-07-29 11:37:41 -07:00 committed by Ferran Basora
parent eced2d558e
commit 92926c73f9

View File

@ -1,4 +1,5 @@
#!/usr/bin/env bash
set -Eeu -o pipefail
CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"