Debugging

This commit is contained in:
3uzbcqje
2026-02-16 21:29:58 -08:00
committed by maximilien
parent 9411e6c2ee
commit b14bcd15c2
+1 -1
View File
@@ -2,7 +2,7 @@
# https://vaneyckt.io/posts/safer_bash_scripts_with_set_euxo_pipefail/
# Not using "-x" because we aren't debugging.
set -Eeuo pipefail
set -Eexuo pipefail
# We get unbound var err if we don't set arg
arg="${1:-}"