commit | 1ed3fc2f88f14bff3864fafbbd67c51f9d33f9e4 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Thu Oct 03 18:18:42 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Oct 03 18:18:42 2019 -0700 |
tree | 8c55995091be561f189e521b058fe762df8354b4 | |
parent | a87e9b1b0f7641f5494033af1d5699ed89a26a25 [diff] | |
parent | e8d3948ec5f9cbc4b411e39d0b801114daecb6a4 [diff] |
Merge "Fix lunch choices w/zsh" am: b836b175c5 am: e8d3948ec5 Change-Id: I47df9070cc6d03b2548fe65a97560637c3a79e0f
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))