Add this back for init()

This commit is contained in:
2022-06-17 16:44:28 -04:00
parent 460c71712e
commit 2afe75502d

View File

@@ -1651,5 +1651,7 @@ main() {
# done
}
# Quickly turn debugging on (catch for real with getopt in parseInput())
[[ " $* " =~ ( --debug | -d ) ]] && echo "First Debugging on!" && DEBUG=1
main "$@"