Restore the conditional verbosity in bash scripts
Became unconditional in 422bafd6ea4a42d818e564a1778407dcc522aaed Change-Id: I6e9b32d1ca4651daea26330c96c63d40e63cec00
This commit is contained in:
parent
b266ee92f0
commit
d048a5f4c4
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -euxo pipefail
|
||||
set -euo pipefail
|
||||
|
||||
. $(dirname $0)/install-deps.sh
|
||||
# NOTE(pas-ha) the above exports some useful variables like
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -euxo pipefail
|
||||
set -euo pipefail
|
||||
|
||||
if [[ "${BIFROST_TRACE:-}" == true ]]; then
|
||||
set -x
|
||||
|
Loading…
x
Reference in New Issue
Block a user