aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Anton Lundin <glance@acc.umu.se>2017-11-15 20:14:09 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-11-16 10:23:00 -0800
commitcfa241036cd0decceddfb3b8d4f3dd2b3fe7b6c8 (patch)
treec6b58cae31e76a7cd6c2c43289198d9e0b1fccb5
parente87a9e1454f37c924fc12c8e3cecdcda0ec610b3 (diff)
downloadsubsurface-cfa241036cd0decceddfb3b8d4f3dd2b3fe7b6c8.tar.gz
android: Remove unset variable VERSION
Signed-off-by: Anton Lundin <glance@acc.umu.se>
-rwxr-xr-xpackaging/android/android-build-wrapper.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/android/android-build-wrapper.sh b/packaging/android/android-build-wrapper.sh
index d2033501b..6082a4ee2 100755
--- a/packaging/android/android-build-wrapper.sh
+++ b/packaging/android/android-build-wrapper.sh
@@ -135,7 +135,7 @@ fi
BUILDNR=$((BUILDNR+1))
echo "${BUILDNR}" > ./buildnr.dat
-echo "Building Subsurface-mobile ${VERSION} for Android, build nr ${BUILDNR} as Subsurface-mobile-${VERSION}-arm.apk"
+echo "Building Subsurface-mobile for Android, build nr ${BUILDNR}"
if [ "$1" = release ] || [ "$1" = Release ] || [ "$1" = debug ] || [ "$1" = Debug ] ; then
RELEASE=$1