Merge "envsetup.sh: fix typo in multitree_lunch"
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user