Skip to content

Commit

Permalink
Disable errexit for this since we're trapping errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bskinn committed Mar 29, 2024
1 parent 6c97ede commit 13de90b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/check-dirty-tree.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

#####################################################################
# Per https://sharats.me/posts/shell-script-best-practices/ (partial)
set -o errexit
# set -o errexit # We don't want this because we're trapping errors
set -o nounset
set -o pipefail

Expand Down

0 comments on commit 13de90b

Please sign in to comment.