parent
ca2214f05a
commit
d1ff4ad5f5
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ set -euo pipefail
|
|||
# -u = Treat unset variables as errors. Useful for spotting typos.
|
||||
# -x = Show expanded input for conditional statements.
|
||||
DEBUG=false
|
||||
if [[ $DEBUG ]]; then
|
||||
if [[ $DEBUG == true ]]; then
|
||||
echo "Running in debug mode. If you didn't enable this yourself, this is a bug."
|
||||
set -vux
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue