Bail if we can't load the specified $ABRA_ENV

This commit is contained in:
3wc 2020-09-24 14:45:53 +02:00
parent 29343369f3
commit 5627e67bf7

2
abra
View File

@ -86,7 +86,7 @@ fi
if [ -n "$ABRA_ENV" ]; then if [ -n "$ABRA_ENV" ]; then
# shellcheck disable=SC1090 # shellcheck disable=SC1090
source "$ABRA_ENV" source "$ABRA_ENV" || error "Unable to load env from '$ABRA_ENV'"
fi fi
###### Default settings ###### Default settings