Script Refactoring

This commit is contained in:
skiffer-git 2024-04-02 18:07:35 +08:00
parent b9d44bad6f
commit a461f858da

View File

@ -16,6 +16,6 @@ get_bin_full_path() {
get_tool_full_path() { get_tool_full_path() {
local tool_name="$1" 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} echo ${tool_full_path}
} }