Enable traces

This commit is contained in:
Kevin van Zonneveld 2017-05-12 09:42:54 +02:00
parent f6cff30122
commit caf5a52687

View file

@ -9,7 +9,7 @@
set -o pipefail
set -o errexit
set -o nounset
# set -o xtrace
set -o xtrace
# Set magic variables for current file & dir
__dir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"