From 9e89394c4362615758aef8718162c0510785956a Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Mon, 1 Apr 2024 19:48:46 +0800 Subject: [PATCH] Script Refactoring --- scripts-new/lib/path.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts-new/lib/path.sh b/scripts-new/lib/path.sh index 641843600..7983d01ac 100644 --- a/scripts-new/lib/path.sh +++ b/scripts-new/lib/path.sh @@ -29,8 +29,8 @@ get_bin_full_path() { local bin_dir=$(get_bin_dir "$project_path") - local bin_full_path="${OPENIM_OUTPUT_BINPATH}/${bin_name}" - echo ${bin_full_path} + local bin_full_path="${OPENIM_OUTPUT_HOSTBIN}/${bin_name}" + echo ${OPENIM_OUTPUT_HOSTBIN} }