We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 650bf85 commit c7a9057Copy full SHA for c7a9057
.github/versions.env
@@ -1,3 +1,3 @@
1
-IMAGE_VERSION=1.21.12
+IMAGE_VERSION=1.21.13
2
NDK_VERSION=27.2.12479018
3
BAZELISK_VERSION=v1.26.0
android_dev/entrypoint.sh
@@ -48,7 +48,7 @@ copy_fix_dir_permissions() {
48
copy_fix_file_owner() {
49
local file_path=$1
50
echo "Fixing ownership for ${file_path}..."
51
- mkdir -p "dirname(${file_path})"
+ mkdir -p "$(dirname "${file_path}")"
52
local original_path="${file_path}_original"
53
cp "${original_path}" "${file_path}"
54
chown ${ACTUAL_USER}:${ACTUAL_USER} "${file_path}"
0 commit comments