From 9720d2f7869fbf0b3bb423b59b3d877c9320c2e0 Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Mon, 1 Apr 2024 19:49:33 +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 7983d01ac..bfe4483f3 100644 --- a/scripts-new/lib/path.sh +++ b/scripts-new/lib/path.sh @@ -30,7 +30,7 @@ get_bin_full_path() { local bin_dir=$(get_bin_dir "$project_path") local bin_full_path="${OPENIM_OUTPUT_HOSTBIN}/${bin_name}" - echo ${OPENIM_OUTPUT_HOSTBIN} + echo ${bin_full_path} }