commit | b836b175c565af144a2490e709d09c9605b8781f | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Fri Oct 04 00:56:23 2019 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Oct 04 00:56:23 2019 +0000 |
tree | ba62f38041e6aa166dc6155b4dca64d55a49d1d6 | |
parent | bda45088a26f95346f38b6c246d9f2c401b88d30 [diff] | |
parent | 91763e93e67bc0bd727c982eaeff99942c9e91ed [diff] |
Merge "Fix lunch choices w/zsh"
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))