Merge pull request #19062 from Homebrew/bash_pu

bin/brew: don't allow unbound variables.
This commit is contained in:
Mike McQuaid 2025-01-09 13:00:26 +00:00 committed by GitHub
commit 816cda2093
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,4 @@
#!/bin/bash -p
#!/bin/bash -pu
set -u
# Fail fast with concise message when not using bash