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

Implement getting binary path on OpenBSD #2869

Closed
wants to merge 3 commits into from

Commits on May 22, 2024

  1. Implement getting binary path on OpenBSD

    This commit adds a mostly untested function to get the path to the
    running binary on OpenBSD.
    
     https://stackoverflow.com/questions/31494901/how-to-get-the-executable-path-on-openbsd
    SuperDisk authored and kayhayen committed May 22, 2024
    Configuration menu
    Copy the full SHA
    f149283 View commit details
    Browse the repository at this point in the history
  2. Do not strip to dirname.

    kayhayen committed May 22, 2024
    Configuration menu
    Copy the full SHA
    ca389a0 View commit details
    Browse the repository at this point in the history
  3. Cleanups

    kayhayen committed May 22, 2024
    Configuration menu
    Copy the full SHA
    dbf6de6 View commit details
    Browse the repository at this point in the history