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

Commit 5151ddc1 authored by LaMont Jones's avatar LaMont Jones
Browse files

envsetup.sh: fix typo in multitree_lunch

Run lunch, not the orchestrator.

Change-Id: Ib0d81bddce4dea8b4daa51e3399d0adc4f9c8e64
parent 1c5f813b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -427,7 +427,7 @@ function multitree_lunch()
    # message, instead of FileNotFound.
    local T=$(multitree_gettop)
    if [ -n "$T" ]; then
      "$T/orchestrator/build/orchestrator/core/orchestrator.py" "$@"
      "$T/orchestrator/build/orchestrator/core/lunch.py" "$@"
    else
      _multitree_lunch_error
      return 1