fix: remove cwd assumption
This commit is contained in:
2
web3.js/test/fixtures/noop/build.sh
vendored
2
web3.js/test/fixtures/noop/build.sh
vendored
@ -1,5 +1,7 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
|
cd "$(dirname "$0")"
|
||||||
|
|
||||||
make -C ../../../examples/bpf-c-noop/
|
make -C ../../../examples/bpf-c-noop/
|
||||||
cp ../../../examples/bpf-c-noop/out/noop.o .
|
cp ../../../examples/bpf-c-noop/out/noop.o .
|
||||||
|
Reference in New Issue
Block a user