Script Refactoring

pull/2148/head
skiffer-git 2 years ago
parent 24a5943311
commit ebbe12cf33

@ -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
}

Loading…
Cancel
Save