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

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

Merge "Fix lunch choices w/zsh" am: b836b175 am: e8d3948e

am: 1ed3fc2f

Change-Id: I2f16ead0ef4288959d15cee7e165106914329fce
parents 0c2308f8 1ed3fc2f
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))