aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjrizzoli <joey@cyanogenmoditalia.it>2016-01-15 20:42:13 +0100
committerGerrit Code Review <gerrit@cyanogenmod.org>2016-01-17 12:53:19 -0800
commit4167864c88b4e432e41c15a4b40c0b8a1c73140c (patch)
tree849f041228806cd9124cabb022254efaa54f60ac
parent0e7f31765f15104686707b9d6cc63cd6568962fb (diff)
downloadandroid_external_gello_build-4167864c88b4e432e41c15a4b40c0b8a1c73140c.tar.gz
android_external_gello_build-4167864c88b4e432e41c15a4b40c0b8a1c73140c.tar.bz2
android_external_gello_build-4167864c88b4e432e41c15a4b40c0b8a1c73140c.zip
gello-build: unbreak --push
Change-Id: Iafe4aaaeb1a2de6eabdeadea50471b0cf0dc3a4b Signed-off-by: jrizzoli <joey@cyanogenmoditalia.it>
-rwxr-xr-xgello_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gello_build.sh b/gello_build.sh
index edbffe1..0d0e1bf 100755
--- a/gello_build.sh
+++ b/gello_build.sh
@@ -216,7 +216,7 @@ if [ "$?" == 0 ]; then
echo "$(tput setaf 2)Done! Gello: $READY_APK$(tput sgr reset)"
if [ "$PUSH" == true ]; then
- if [ ! -x $(which adb) ]; then
+ if [ -x $(which adb) ]; then
adb wait-for-device
adb install -r -d $TOP_GELLO/Gello.apk
exit $?