summaryrefslogtreecommitdiffstats
path: root/envsetup.sh
diff options
context:
space:
mode:
authorcybojenix <anthonydking@gmail.com>2013-06-28 20:30:00 +0100
committerAdnan Begovic <adnan@cyngn.com>2015-10-06 16:12:19 -0700
commita5dd6cea72ff36ce145f10a32d84122f0ea8ba29 (patch)
tree9b68679ede2fd96933418d7974d51c6ddd530d83 /envsetup.sh
parent550116c0c2d1ae7d2b1ce451b2c52c93d44c2d6a (diff)
downloadbuild-a5dd6cea72ff36ce145f10a32d84122f0ea8ba29.zip
build-a5dd6cea72ff36ce145f10a32d84122f0ea8ba29.tar.gz
build-a5dd6cea72ff36ce145f10a32d84122f0ea8ba29.tar.bz2
lets make the lunch list look a little neater
It's very simple, but with more and more devices coming in, a long list won't cut it There are probably better ways of doing this, feel free to comment Change-Id: I9bd1fef920f985a133c882df9987b6be29dbc7b8
Diffstat (limited to 'envsetup.sh')
-rw-r--r--envsetup.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/envsetup.sh b/envsetup.sh
index d1f32ef..26b79c8 100644
--- a/envsetup.sh
+++ b/envsetup.sh
@@ -523,9 +523,9 @@ function print_lunch_menu()
local choice
for choice in ${LUNCH_MENU_CHOICES[@]}
do
- echo " $i. $choice"
+ echo " $i. $choice "
i=$(($i+1))
- done
+ done | column
if [ "z${CM_DEVICES_ONLY}" != "z" ]; then
echo "... and don't forget the bacon!"