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 missing ARGV.next and incomplete detection of LaunchDaemons #19

Closed
wants to merge 2 commits into from

Commits on Jan 27, 2022

  1. Fix ARGV.next method not found

    Already partially addressed in timsutton#16, but that
    PR missed one call to the non-existent `Array.next`.
    overhacked committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    3f00d35 View commit details
    Browse the repository at this point in the history
  2. LaunchDaemons also defined by Formula.service

    Current behavior is to check for the existence of
    `Formula.plist` to see if there is a LaunchDaemon to be
    included in the package, but `Formula.service` can also
    define a LaunchDaemon. Check for either, and the rest of the
    conditional code works as-is.
    overhacked committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    dcfc8fa View commit details
    Browse the repository at this point in the history