set -euo pipefail in make_confiles.sh

This commit is contained in:
Troy McConaghy 2017-02-03 09:57:10 +01:00
parent d14f06c9d0
commit e98a161805

View File

@ -1,8 +1,6 @@
#! /bin/bash
# The set -e option instructs bash to immediately exit
# if any command has a non-zero exit status
set -e
set -euo pipefail
function printErr()
{