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:
parent
77ed1b682e
commit
6fd438e053
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user