From 5271f4e1579fd7e404ab14926674edff34093289 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Sun, 2 Dec 2018 10:02:58 -0800 Subject: [PATCH] fix: remove cwd assumption --- web3.js/test/fixtures/noop/build.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web3.js/test/fixtures/noop/build.sh b/web3.js/test/fixtures/noop/build.sh index 136b27f7fc..452c692194 100755 --- a/web3.js/test/fixtures/noop/build.sh +++ b/web3.js/test/fixtures/noop/build.sh @@ -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 .