fix: change tos_meets_rust example path

This commit is contained in:
ikey4u
2021-01-12 23:55:24 +08:00
parent 0cdfd83eb6
commit 58d77cc4ea

View File

@@ -6,7 +6,7 @@ set -e
function cook_rust() {
RETDIR=$(pwd)
ROOTDIR=$(git rev-parse --show-toplevel)
ROOTDIR=$(git rev-parse --show-toplevel)/examples/tos_meets_rust
[[ ! -e $ROOTDIR ]] && echo "[x] Cannot ROOTDIR" && return 42
BUILD_DIR=$ROOTDIR/build