chevah / pythia

Chevah's Python 3 distribution
MIT License
4 stars 2 forks source link

Enable basic Bash checks. #27

Closed dumol closed 2 years ago

dumol commented 2 years ago

As with brink.sh, enable the following in pythia:

set -o nounset
set -o errexit
set -o pipefail