summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorKoushik Dutta <koushd@gmail.com>2012-02-23 16:05:14 -0800
committerKoushik Dutta <koushd@gmail.com>2012-02-23 16:05:14 -0800
commit45130b4332dc5107e2c72fe54fefbdbe7d63d8f4 (patch)
tree959ae0c876b0c9609402cfc2e04f2dc1fe59ca9d /tools
parentd69b2920af315182a86293fddf756d89872f8985 (diff)
downloadvendor_replicant-45130b4332dc5107e2c72fe54fefbdbe7d63d8f4.zip
vendor_replicant-45130b4332dc5107e2c72fe54fefbdbe7d63d8f4.tar.gz
vendor_replicant-45130b4332dc5107e2c72fe54fefbdbe7d63d8f4.tar.bz2
fix buikld
Change-Id: Id6fb8c83566aa678bb90ebb85bad4d06b2559916
Diffstat (limited to 'tools')
-rwxr-xr-xtools/squisher1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/squisher b/tools/squisher
index cbd154f..ce5e916 100755
--- a/tools/squisher
+++ b/tools/squisher
@@ -144,6 +144,7 @@ if [ -z "$CYANOGEN_NIGHTLY" ]; then
MODVERSION=`sed -n -e'/ro\.cm\.version/s/^.*=//p' $REPACK/ota/system/build.prop`
: ${MODVERSION:=nightly}
OUTFILE=$OUT/update-cm-$MODVERSION-signed.zip
+ echo MODVERSION: $MODVERSION
else
OUTFILE=$OUT/update-squished.zip
fi