envsetup.sh: fix typo in multitree_lunch

Run lunch, not the orchestrator.

Change-Id: Ib0d81bddce4dea8b4daa51e3399d0adc4f9c8e64
This commit is contained in:
LaMont Jones
2022-10-13 23:05:15 +00:00
parent 1c5f813bf0
commit 5151ddc13f

View File

@@ -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