Skip to content

Commit

Permalink
Merge "lunch: sort the choices" into lp5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthony King authored and Gerrit Code Review committed Apr 30, 2015
2 parents dc548dc + e8f0d99 commit 3e253d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions envsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -572,6 +572,7 @@ function lunch()
if [ "$1" ] ; then
answer=$1
else
LUNCH_MENU_CHOICES=($(for l in ${LUNCH_MENU_CHOICES[@]}; do echo "$l"; done | sort))
print_lunch_menu
echo -n "Which would you like? [aosp_arm-eng] "
read answer
Expand Down

0 comments on commit 3e253d3

Please sign in to comment.