[PATCH 01/12] android-wrapper: Give a negative exit code on error

Anton Lundin glance at acc.umu.se
Mon Feb 6 06:55:31 PST 2017


Signed-off-by: Anton Lundin <glance at acc.umu.se>
---
 packaging/android/android-build-wrapper.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packaging/android/android-build-wrapper.sh b/packaging/android/android-build-wrapper.sh
index 41e4125..bc604c6 100644
--- a/packaging/android/android-build-wrapper.sh
+++ b/packaging/android/android-build-wrapper.sh
@@ -48,7 +48,7 @@ done
 if [ "$MISSING" != "" ] ; then
 	echo "The following packages are missing: $MISSING"
 	echo "Please install via your package manager."
-	exit
+	exit 1
 fi
 
 # download the Qt installer including Android bits and unpack / install
-- 
2.9.3



More information about the subsurface mailing list