From cb2cc903e0126b14a4ede5236da8055bb3366b94 Mon Sep 17 00:00:00 2001 From: clear-xmr Date: Fri, 1 Apr 2022 11:27:33 +0200 Subject: [PATCH] build: android: don't exit terminal if no app name specified --- scripts/android/app_env.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/android/app_env.sh b/scripts/android/app_env.sh index e2733b590..7034a7ba9 100755 --- a/scripts/android/app_env.sh +++ b/scripts/android/app_env.sh @@ -33,6 +33,7 @@ HAVEN_PACKAGE="com.cakewallet.haven" if ! [[ " ${TYPES[*]} " =~ " ${APP_ANDROID_TYPE} " ]]; then echo "Wrong app type." + return 1 2>/dev/null exit 1 fi