Skip to content

Commit

Permalink
fix(just): define a fallback execsnoop path if it was not in th path
Browse files Browse the repository at this point in the history
  • Loading branch information
mmstick committed May 1, 2023
1 parent b5e073f commit 1ef05f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export RUSTFLAGS := if `which lld || true` != '' {
}

# Path to execsnoop binary.
execsnoop := `which execsnoop || which execsnoop-bpfcc`
execsnoop := `which execsnoop || which execsnoop-bpfcc || echo /usr/sbin/execsnoop-bpfcc`

[private]
default: build-release
Expand Down

0 comments on commit 1ef05f9

Please sign in to comment.