From a461f858da39c1fa32a066781847303fc469918b Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Tue, 2 Apr 2024 18:07:35 +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 5aea795fb..4059fe1ce 100644 --- a/scripts-new/lib/path.sh +++ b/scripts-new/lib/path.sh @@ -16,6 +16,6 @@ get_bin_full_path() { get_tool_full_path() { local tool_name="$1" - local tool_full_path="${OPENIM_OUTPUT_HOSTBIN_TOOLS}/${bin_name}" + local tool_full_path="${OPENIM_OUTPUT_HOSTBIN_TOOLS}/${tool_name}" echo ${tool_full_path} }