Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ale5000-git committed Oct 17, 2024
1 parent caf8834 commit b8e13e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/scripts-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ jobs:
if test "${1:?}" = 'cmdline.sh'; then
case "${_s_shell?}" in
#ksh) return 0 ;; # Skip
zsh) return 0 ;; # Skip
*) ;;
esac
fi
Expand Down
5 changes: 2 additions & 3 deletions includes/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1245,9 +1245,8 @@ init_cmdline()
fi

# Set environment variables
UTILS_DIR="${MAIN_DIR:?}/utils"
UTILS_DATA_DIR="${UTILS_DIR:?}/data"
readonly UTILS_DIR UTILS_DATA_DIR
readonly UTILS_DIR="${MAIN_DIR:?}/utils"
readonly UTILS_DATA_DIR="${UTILS_DIR:?}/data"
export UTILS_DIR UTILS_DATA_DIR

# Set the path of Android SDK if not already set
Expand Down

0 comments on commit b8e13e0

Please sign in to comment.