Script Refactoring

This commit is contained in:
skiffer-git 2024-04-01 18:50:18 +08:00
parent d176c5f711
commit 1ed5e61dff

View File

@ -28,7 +28,7 @@ get_bin_full_path() {
local bin_dir=$(get_bin_dir "$project_path") local bin_dir=$(get_bin_dir "$project_path")
local bin_full_path="${project_path}/$bin_dir/${host_platform}/${bin_name}" local bin_full_path="$bin_dir/${host_platform}/${bin_name}"
echo "${bin_full_path}" 111111111111111111111 echo "${bin_full_path}" 111111111111111111111
} }