This commit is contained in:
Nathan McCarty 2023-05-15 07:58:38 -04:00
parent 5f5f66dfbf
commit d4960a8ab9
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -eou pipefail
set -exou pipefail
DIRECTORY=$(realpath "$(dirname "$0")")

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
set -eou pipefail
set -exou pipefail
DIRECTORY=$(realpath "$(dirname "$0")")