Skip to content

bpftrace executable may not reside in /usr/local/bin/bpftrace #27

@christian-2

Description

@christian-2

apt-get install bpftrace on Debian installs the executable /usr/bin/bpftrace whereas various scripts *.py assume /usr/local/bin/bpftrace.

The discrepancy should be solved by employing the generic shebang #!/usr/bin/env bpftrace instead of #!/usr/local/bin/bpftrace througout. Please let me know if I should submit a corresponding PR (following PR #26).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions