From ebbe12cf338ee94c816bef26fcb21098dfe62c98 Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Mon, 1 Apr 2024 18:46:15 +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 92aa89485..a64a6c3e2 100644 --- a/scripts-new/lib/path.sh +++ b/scripts-new/lib/path.sh @@ -25,7 +25,7 @@ get_bin_full_path() { local bin_name="$2" local host_platform=$(openim::util::host_platform) - local bin_full_path="${project_path}/get_bin_path/${host_platform}/${bin_name}" + local bin_full_path="${project_path}/${host_platform}/${bin_name}" echo "${bin_full_path}" 1111111111111 }