Skip to content

Commit

Permalink
Merge pull request #19062 from Homebrew/bash_pu
Browse files Browse the repository at this point in the history
bin/brew: don't allow unbound variables.
  • Loading branch information
MikeMcQuaid authored Jan 9, 2025
2 parents 0598404 + 7c7b15d commit 816cda2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/brew
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -p
#!/bin/bash -pu
set -u

# Fail fast with concise message when not using bash
Expand Down

0 comments on commit 816cda2

Please sign in to comment.