Script Refactoring

pull/2148/head
skiffer-git 2 years ago
parent fd559d1ded
commit 71e5dd6b4c

@ -2,8 +2,9 @@
#!/usr/bin/env bash #!/usr/bin/env bash
OPENIM_ROOT=$(dirname "${BASH_SOURCE[0]}")/.. OPENIM_ROOT=$(dirname "${BASH_SOURCE[0]}")/..
source "$(dirname "$0")/define/binaries.sh"
source "$(dirname "$0")/lib/path.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. # 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. # If not, you'll need to define it to return the appropriate platform directory name.

Loading…
Cancel
Save