summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorKoushik Dutta <koushd@gmail.com>2011-10-01 15:17:27 -0700
committerKoushik Dutta <koushd@gmail.com>2011-10-01 15:17:29 -0700
commit7f863dab53199d6a599d224dee8e5d02d576316d (patch)
treec7aee9ed6ddc21d15a5031ca5cfa941507627f37 /tools
parent29bb2ceff1bc9402ca3543601fd46b9b541f7d3e (diff)
downloadreplicant_build-7f863dab53199d6a599d224dee8e5d02d576316d.zip
replicant_build-7f863dab53199d6a599d224dee8e5d02d576316d.tar.gz
replicant_build-7f863dab53199d6a599d224dee8e5d02d576316d.tar.bz2
add lunch combo for rm script
Change-Id: I9e8565d5fff054498a8025a5e3b537c732e51d20
Diffstat (limited to 'tools')
-rw-r--r--tools/device/makerecoveries.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/device/makerecoveries.sh b/tools/device/makerecoveries.sh
index b0bb299..038ed79 100644
--- a/tools/device/makerecoveries.sh
+++ b/tools/device/makerecoveries.sh
@@ -57,7 +57,7 @@ do
if [ -f "ROMManagerManifest/devices.rb" ]
then
pushd ROMManagerManifest
- ruby devices.rb $DEVICE_NAME $VERSION
+ ruby devices.rb $DEVICE_NAME $VERSION $lunchoption
popd
fi
done