From 58d77cc4ea356629a345c3500240c6c00523eb8f Mon Sep 17 00:00:00 2001 From: ikey4u Date: Tue, 12 Jan 2021 23:55:24 +0800 Subject: [PATCH] fix: change tos_meets_rust example path --- examples/tos_meets_rust/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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