Removing debugging.

This commit is contained in:
3uzbcqje
2026-02-16 22:29:22 -08:00
committed by maximilien
parent 3daecd3465
commit 8ed5721cd6
+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 -Eexuo pipefail
set -Eeuo pipefail
# We get unbound var err if we don't set arg
arg="${1:-}"