From a7b567cb78e12e140bf5c5ab262d0edd41d59c1b Mon Sep 17 00:00:00 2001 From: liangxinyan123 Date: Mon, 31 Mar 2025 08:08:58 +0000 Subject: [PATCH] update rust_build.sh. Signed-off-by: liangxinyan123 --- rust_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust_build.sh b/rust_build.sh index bce722d01cd..d56d40e1496 100644 --- a/rust_build.sh +++ b/rust_build.sh @@ -3,7 +3,7 @@ set -e CURRENT_DIR=$(pwd) -pushd CURRENT_DIR > /dev/null +pushd $CURRENT_DIR > /dev/null # 获取rust_std包 mkdir -p build/cache/2025-01-09 pushd build/cache/2025-01-09 > /dev/null -- Gitee