finish debugging

This commit is contained in:
Kenneth Bingham 2024-04-30 21:41:33 -04:00
parent f642de22c5
commit 5f820a7584
No known key found for this signature in database
GPG Key ID: 31709281860130B6

View File

@ -3,7 +3,7 @@
set -o errexit
set -o nounset
set -o pipefail
set -o xtrace
# set -o xtrace
requireBashVersion() {
if (( "${BASH_VERSION%%.*}" < 4 )); then