From 94c82e3972fed4f5caa688b6b4a761217215ec59 Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Mon, 1 Apr 2024 19:47:41 +0800 Subject: [PATCH] Script Refactoring --- scripts-new/lib/path.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts-new/lib/path.sh b/scripts-new/lib/path.sh index 38c104637..641843600 100644 --- a/scripts-new/lib/path.sh +++ b/scripts-new/lib/path.sh @@ -30,6 +30,7 @@ get_bin_full_path() { local bin_dir=$(get_bin_dir "$project_path") local bin_full_path="${OPENIM_OUTPUT_BINPATH}/${bin_name}" + echo ${bin_full_path} }