summaryrefslogtreecommitdiffstats
path: root/envsetup.sh
diff options
context:
space:
mode:
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 07c481d..602a301 100644
--- a/envsetup.sh
+++ b/envsetup.sh
@@ -481,9 +481,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!"