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

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

Merge "envsetup.sh: fix typo in multitree_lunch"

parents 1c5f813b 5151ddc1
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