android-wrapper: Give a negative exit code on error

Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Anton Lundin 2017-02-06 15:55:31 +01:00 committed by Dirk Hohndel
parent 77ed1b682e
commit 6fd438e053

View file

@ -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