Update app_env.sh
When using /bin/sh in Ubuntu im getting this error: (using bash fixes this) ./app_env.sh: 12: Syntax error: "(" unexpected
plowsof committed
Jan 7, 2022 at 23:14 UTC
52c8ad066ee25b099fca61956e12b9e2cfa8c87a
1 file changed
+2
-2
scripts/android/app_env.sh
+2
-2
@@ -1,4 +1,4 @@
1
-#!/bin/sh
1
+#!/bin/bash
2
3
APP_ANDROID_NAME=""
4
APP_ANDROID_VERSION=""
@@ -51,4 +51,4 @@ export APP_ANDROID_NAME
51
export APP_ANDROID_VERSION
52
export APP_ANDROID_BUILD_NUMBER
53
export APP_ANDROID_BUNDLE_ID
54
-export APP_ANDROID_PACKAGE
\ No newline at end of file
54
+export APP_ANDROID_PACKAGE