commit | e8d3948ec5f9cbc4b411e39d0b801114daecb6a4 | [log] [tgz] |
---|---|---|
author | Dan Willemsen <dwillemsen@google.com> | Thu Oct 03 18:11:39 2019 -0700 |
committer | android-build-merger <android-build-merger@google.com> | Thu Oct 03 18:11:39 2019 -0700 |
tree | a57088443dae0bd3d9180fd4a68d6c98f50bf978 | |
parent | 86ca29ee67f99937e974d066a0bf9e26dbaabbbb [diff] | |
parent | b836b175c565af144a2490e709d09c9605b8781f [diff] |
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))