fix: change tos_meets_rust example path
This commit is contained in:
@@ -6,7 +6,7 @@ set -e
|
|||||||
function cook_rust() {
|
function cook_rust() {
|
||||||
RETDIR=$(pwd)
|
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
|
[[ ! -e $ROOTDIR ]] && echo "[x] Cannot ROOTDIR" && return 42
|
||||||
|
|
||||||
BUILD_DIR=$ROOTDIR/build
|
BUILD_DIR=$ROOTDIR/build
|
||||||
|
Reference in New Issue
Block a user