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

fix: parsing multiline brew output #1348

Merged
merged 1 commit into from
Aug 20, 2024
Merged

fix: parsing multiline brew output #1348

merged 1 commit into from
Aug 20, 2024

Commits on Aug 20, 2024

  1. fix: parsing multiline brew output

    The `brew bundle exec -- /usr/bin/env` output now contains multiline
    strings, which I should always have been guarding against anyway.
    This updates us to use the `-0` option to `env`, which separates
    lines in the output by nul bytes instead of newlines - that way
    we can more safely parse the output of environment variables containing
    newlines.
    mistydemeo committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    0344954 View commit details
    Browse the repository at this point in the history