From de421e7a1f01a7416780e34dcf84784ce9ef8a25 Mon Sep 17 00:00:00 2001 From: skiffer-git <44203734@qq.com> Date: Mon, 1 Apr 2024 18:41:02 +0800 Subject: [PATCH] Script Refactoring --- scripts-new/lib/path.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts-new/lib/path.sh b/scripts-new/lib/path.sh index dc97b195f..1902c1849 100644 --- a/scripts-new/lib/path.sh +++ b/scripts-new/lib/path.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash -OPENIM_ROOT=$(dirname "${BASH_SOURCE[0]}")/.. +local OPENIM_ROOT=$(dirname "${BASH_SOURCE[0]}")/.. source "${OPENIM_ROOT}/lib/util.sh"