Cleanup nits (#5914)

This commit is contained in:
Jack May
2019-09-17 10:21:22 -07:00
committed by GitHub
parent de1636c792
commit c90595cba1
54 changed files with 36 additions and 163 deletions

View File

@@ -25,7 +25,7 @@ targetDir="$PWD"/../target
profile=bpfel-unknown-unknown/release
perform_action() {
set -ex
set -e
case "$1" in
build)
"$sdkDir"/bpf/rust/build.sh "$2"