From 66212bfde4fd936a55f2a83afa6d3a6e4e15ef3d Mon Sep 17 00:00:00 2001 From: anorien90 Date: Tue, 9 Dec 2025 17:14:53 +0100 Subject: [PATCH] added sdk.dir to gradle.properties --- dist/init_rc.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/dist/init_rc.sh b/dist/init_rc.sh index 52b21a6..e7d4953 100644 --- a/dist/init_rc.sh +++ b/dist/init_rc.sh @@ -24,9 +24,6 @@ fi echo "Using shell rc file: $SHELL_RC" -# Check if content already exists in the shell rc file and if not, append it +cat dist/.baserc >> "$SHELL_RC" -cat /home/"$BUILD_USER"/"$SHELL_RC" | if ! grep -q "ANDROID_HOME" ; then - cat dist/.baserc >> /home/"$BUILD_USER"/"$SHELL_RC" fi - -source /home/"$BUILD_USER"/"$SHELL_RC" +source "$SHELL_RC"