finish debugging

This commit is contained in:
Kenneth Bingham
2024-04-30 21:41:33 -04:00
parent f642de22c5
commit 5f820a7584

View File

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