Fix paths (#4764)
This commit is contained in:
@ -12,7 +12,9 @@ fi
|
|||||||
echo "Building $1"
|
echo "Building $1"
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
cd "$(dirname "$0")" && bpf_sdk="$PWD/.."
|
pushd "$(dirname "$0")"
|
||||||
|
bpf_sdk="$PWD/.."
|
||||||
|
popd
|
||||||
|
|
||||||
# Ensure the sdk is installed
|
# Ensure the sdk is installed
|
||||||
"$bpf_sdk"/scripts/install.sh
|
"$bpf_sdk"/scripts/install.sh
|
||||||
|
Reference in New Issue
Block a user