mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue