Merge "Fix lunch choices w/zsh" am: b836b175c5 am: e8d3948ec5
am: 1ed3fc2f88

Change-Id: I2f16ead0ef4288959d15cee7e165106914329fce
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))