Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e8d3948e authored by Dan Willemsen's avatar Dan Willemsen Committed by android-build-merger
Browse files

Merge "Fix lunch choices w/zsh"

am: b836b175

Change-Id: I0db5d9d5f44ed39beb378d6bc819ec76059f6630
parents 86ca29ee b836b175
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -580,7 +580,7 @@ function print_lunch_menu()

    local i=1
    local choice
    for choice in $choices
    for choice in $(echo $choices)
    do
        echo "     $i. $choice"
        i=$(($i+1))