[Android] buildsystem: Fix potential syntax error due to uninitialized variable

Hugo Beauzée-Luyssen git at videolan.org
Fri Sep 24 13:42:36 UTC 2021


vlc-android | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Fri Sep 24 12:07:16 2021 +0200| [a9c466585fa1082532b13252b62384aea13b2ca7] | committer: Hugo Beauzée-Luyssen

buildsystem: Fix potential syntax error due to uninitialized variable

> https://code.videolan.org/videolan/vlc-android/commit/a9c466585fa1082532b13252b62384aea13b2ca7
---

 buildsystem/compile.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh
index 543fe09b2..6fd1e608f 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -47,6 +47,7 @@ check_patch_is_applied()
 # Get the latest Android SDK Platform or modify numbers in configure.sh and libvlc/default.properties.
 
 RELEASE=0
+RESET=0
 while [ $# -gt 0 ]; do
     case $1 in
         help|--help|-h)



More information about the Android mailing list