Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 07072c16 authored by Koushik Dutta's avatar Koushik Dutta
Browse files

makerecoveries fix

Change-Id: I26eef7b9c45810687afce8d4d1e1318acd605294
parent 7ecf49d2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ function mcpguard () {
    fi
}

VERSION=$(cat bootable/recovery/Android.mk | grep RECOVERY_VERSION | grep ClockworkMod | sed s/'RECOVERY_VERSION := ClockworkMod Recovery v'//g)
VERSION=$(cat bootable/recovery/Android.mk | grep RECOVERY_VERSION | grep RECOVERY_NAME | awk '{ print $4 }' | sed s/v//g)
echo Recovery Version: $VERSION

for lunchoption in $PRODUCTS