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

{brew,cask}_installer: fix non-verbose postinstall. #1595

Merged
merged 1 commit into from
Feb 7, 2025

Conversation

MikeMcQuaid
Copy link
Member

This wasn't working as expected for multiple argument postinstalls unless in verbose mode so let's just use Kernel.system directly (which verbose mode was doing anyway and we already use in a few places).

Fixes #1594

This wasn't working as expected for multiple argument `postinstall`s
unless in verbose mode so let's just use `Kernel.system` directly
(which verbose mode was doing anyway and we already use in a few places)
@MikeMcQuaid MikeMcQuaid merged commit a72114b into master Feb 7, 2025
5 checks passed
@MikeMcQuaid MikeMcQuaid deleted the fix_postinstall branch February 7, 2025 16:23
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.

postinstall only works with --verbose
2 participants