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

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

Merge "multitree_lunch: remove extraneous call"

parents 3db8f0a6 51670eb2
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -444,9 +444,7 @@ function multitree_lunch()
    # Lunch must be run in the topdir, but this way we get a clear error
    # message, instead of FileNotFound.
    local T=$(multitree_gettop)
    if [ -n "$T" ]; then
      "$T/orchestrator/build/orchestrator/core/lunch.py" "$@"
    else
    if [ -z "$T" ]; then
      _multitree_lunch_error
      return 1
    fi