Merge "Fix lunch choices w/zsh"
am: b836b175c5

Change-Id: I0db5d9d5f44ed39beb378d6bc819ec76059f6630
diff --git a/envsetup.sh b/envsetup.sh
index f91b820..db86d92 100644
--- a/envsetup.sh
+++ b/envsetup.sh
@@ -580,7 +580,7 @@
 
     local i=1
     local choice
-    for choice in $choices
+    for choice in $(echo $choices)
     do
         echo "     $i. $choice"
         i=$(($i+1))