Skip to content

Commit

Permalink
Update common.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ale5000-git authored Oct 17, 2024
1 parent 0df0289 commit 83f7f0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions includes/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1251,12 +1251,12 @@ fi

# Set environment variables
UTILS_DIR="${MAIN_DIR:?}/utils"
echo "1: ${UTILS_DIR:?}"
echo "1: ${UTILS_DIR-}"
UTILS_DATA_DIR="${UTILS_DIR:?}/data"
readonly UTILS_DIR UTILS_DATA_DIR
echo "2: ${UTILS_DIR:?}"
echo "2: ${UTILS_DIR-}"
export UTILS_DIR UTILS_DATA_DIR
echo "3: ${UTILS_DIR:?}"
echo "3: ${UTILS_DIR-}"

# Set the path of Android SDK if not already set
if test -z "${ANDROID_SDK_ROOT-}"; then
Expand Down

0 comments on commit 83f7f0d

Please sign in to comment.