mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
set -euo pipefail in make_confiles.sh
This commit is contained in:
parent
d14f06c9d0
commit
e98a161805
@ -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()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user