Merge "envsetup.sh: fix typo in multitree_lunch"

This commit is contained in:
Treehugger Robot
2022-10-14 01:57:03 +00:00
committed by Gerrit Code Review

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