From 1ed5e61dffff39fd03351418b30c143fd251bbd7 Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Mon, 1 Apr 2024 18:50:18 +0800 Subject: [PATCH] Script Refactoring --- scripts-new/lib/path.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts-new/lib/path.sh b/scripts-new/lib/path.sh index 9ef9f472c..5012918bd 100644 --- a/scripts-new/lib/path.sh +++ b/scripts-new/lib/path.sh @@ -28,7 +28,7 @@ get_bin_full_path() { local bin_dir=$(get_bin_dir "$project_path") - local bin_full_path="${project_path}/$bin_dir/${host_platform}/${bin_name}" + local bin_full_path="$bin_dir/${host_platform}/${bin_name}" echo "${bin_full_path}" 111111111111111111111 }