Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`brew -v` was previously equivalent to `brew --version`, but it currently returns the output of `brew help`. (This also occurs with `brew -x`, where x is any single character.) This is because the `-?` pattern matches `-` followed by any single character. We need to quote it to capture the intended meaning.
- Loading branch information