Loading envsetup.sh +1 −1 Original line number Diff line number Diff line Loading @@ -580,7 +580,7 @@ function print_lunch_menu() local i=1 local choice for choice in $choices for choice in $(echo $choices) do echo " $i. $choice" i=$(($i+1)) Loading Loading
envsetup.sh +1 −1 Original line number Diff line number Diff line Loading @@ -580,7 +580,7 @@ function print_lunch_menu() local i=1 local choice for choice in $choices for choice in $(echo $choices) do echo " $i. $choice" i=$(($i+1)) Loading