From 71e5dd6b4c3393deec4d3f7b17914b42d037d7e5 Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Mon, 1 Apr 2024 18:31:05 +0800 Subject: [PATCH] Script Refactoring --- scripts-new/start.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts-new/start.sh b/scripts-new/start.sh index 48c4280fe..fcf291aaa 100644 --- a/scripts-new/start.sh +++ b/scripts-new/start.sh @@ -2,8 +2,9 @@ #!/usr/bin/env bash OPENIM_ROOT=$(dirname "${BASH_SOURCE[0]}")/.. -source "$(dirname "$0")/define/binaries.sh" source "$(dirname "$0")/lib/path.sh" +source "$(dirname "$0")/define/binaries.sh" + # Assuming 'openim::util::host_platform' is defined in one of the sourced scripts or elsewhere. # If not, you'll need to define it to return the appropriate platform directory name.