Skip to content

Commit 954726a

Browse files
committed
syntax issues
1 parent aa5ef4a commit 954726a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/scripts/install-and-build-with-sdk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@ install_android_sdk() {
679679
# it often is on GitHub runners, and use it if so
680680
local foo="$(ls $ANDROID_NDK_HOME/..)
681681
local goo=$(echo $android_ndk_version | tr -d "[:alpha:]")
682-
local try_ndk_path=$(find "${ANDROID_NDK_HOME}/.." -name "$(echo $android_ndk_version | tr -d "[:alpha:]")*" -maxdepth 1)
682+
local try_ndk_path=$(find "${ANDROID_NDK_HOME}/.." -name "$(echo "$android_ndk_version" | tr -d "[:alpha:]")*" -maxdepth 1)
683683
log "looking in $foo for $try_ndk_path with $goo"
684684
if [[ -d "${try_ndk_path}" && $(grep -q "Pkg.ReleaseName = ${android_ndk_version}" "${try_ndk_path}/source.properties") ]]; then
685685
log "Found a matching Android NDK $android_ndk_version at $try_ndk_path instead"

0 commit comments

Comments
 (0)