diff --git a/examples/tos_meets_rust/build.sh b/examples/tos_meets_rust/build.sh index 7a2cad68..0d599a80 100644 --- a/examples/tos_meets_rust/build.sh +++ b/examples/tos_meets_rust/build.sh @@ -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