shell options

This commit is contained in:
Patrick Schleizer 2024-10-28 05:09:53 -04:00
parent 0d50615658
commit cfe19e31d8
No known key found for this signature in database
GPG Key ID: CB8D50BB77BB3C48

View File

@ -3,7 +3,10 @@
## Copyright (C) 2012 - 2024 ENCRYPTED SUPPORT LP <adrelanos@whonix.org>
## See the file COPYING for copying conditions.
set -e
set -o errexit
set -o nounset
set -o errtrace
set -o pipefail
shopt -s nullglob
run_cmd() {