Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bin/brew: don't allow unbound variables. #19062

Merged
merged 1 commit into from
Jan 9, 2025
Merged

bin/brew: don't allow unbound variables. #19062

merged 1 commit into from
Jan 9, 2025

Conversation

MikeMcQuaid
Copy link
Member

This can fail for users using bash -u or set -u in their shell so let's try to be stricter here for both them and us.

Related to #19061

@MikeMcQuaid MikeMcQuaid enabled auto-merge January 9, 2025 12:28
This can fail for users using `bash -u` or `set -u` in their shell so
let's try to be stricter here for both them and us.
@MikeMcQuaid MikeMcQuaid added this pull request to the merge queue Jan 9, 2025
Merged via the queue into master with commit 816cda2 Jan 9, 2025
28 checks passed
@MikeMcQuaid MikeMcQuaid deleted the bash_pu branch January 9, 2025 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants