Skip to content

Commit

Permalink
fix: remove cwd assumption
Browse files Browse the repository at this point in the history
  • Loading branch information
mvines authored and mergify[bot] committed Dec 2, 2018
1 parent d843c17 commit e78d9d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/fixtures/noop/build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash
set -ex

cd "$(dirname "$0")"

make -C ../../../examples/bpf-c-noop/
cp ../../../examples/bpf-c-noop/out/noop.o .

0 comments on commit e78d9d9

Please sign in to comment.