build: android: don't exit terminal if no app name specified
clear-xmr committed
Apr 1, 2022 at 11:27 UTC
cb2cc903e0126b14a4ede5236da8055bb3366b94
1 file changed
+1
scripts/android/app_env.sh
+1
@@ -33,6 +33,7 @@ HAVEN_PACKAGE="com.cakewallet.haven"
33
34
if ! [[ " ${TYPES[*]} " =~ " ${APP_ANDROID_TYPE} " ]]; then
35
echo "Wrong app type."
36
+ return 1 2>/dev/null
37
exit 1
38
fi
39