Fix squisher for cm.version

Change-Id: I9ba2cc1ef1a60d83752140c926cbdf00337c7cd6
This commit is contained in:
Robert Burns 2011-12-29 22:16:06 -05:00
parent 25d7ca1628
commit 181457ebae
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ rm -rf $REPACK/ota/recovery
# Determine what to name the new signed package
if [ -z "$CYANOGEN_NIGHTLY" ]; then
MODVERSION=`sed -n -e'/ro\.cm.version/s/^.*=-//p' $REPACK/ota/system/build.prop`
MODVERSION=`sed -n -e'/ro\.cm\.version/s/^.*=//p' $REPACK/ota/system/build.prop`
: ${MODVERSION:=nightly}
OUTFILE=$OUT/update-cm-$MODVERSION-signed.zip
else