From d4960a8ab94c965487a40ecd64234e7f55d849bd Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Mon, 15 May 2023 07:58:38 -0400 Subject: [PATCH] More -x --- sources/update-sources.sh | 2 +- update.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sources/update-sources.sh b/sources/update-sources.sh index 0f66b56..baecc99 100755 --- a/sources/update-sources.sh +++ b/sources/update-sources.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -set -eou pipefail +set -exou pipefail DIRECTORY=$(realpath "$(dirname "$0")") diff --git a/update.sh b/update.sh index 66bd3b1..788a896 100755 --- a/update.sh +++ b/update.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -set -eou pipefail +set -exou pipefail DIRECTORY=$(realpath "$(dirname "$0")")