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

Commit b836b175 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix lunch choices w/zsh"

parents bda45088 91763e93
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))