Merge "envsetup.sh: fix typo in multitree_lunch"
This commit is contained in:
@@ -427,7 +427,7 @@ function multitree_lunch()
|
|||||||
# message, instead of FileNotFound.
|
# message, instead of FileNotFound.
|
||||||
local T=$(multitree_gettop)
|
local T=$(multitree_gettop)
|
||||||
if [ -n "$T" ]; then
|
if [ -n "$T" ]; then
|
||||||
"$T/orchestrator/build/orchestrator/core/orchestrator.py" "$@"
|
"$T/orchestrator/build/orchestrator/core/lunch.py" "$@"
|
||||||
else
|
else
|
||||||
_multitree_lunch_error
|
_multitree_lunch_error
|
||||||
return 1
|
return 1
|
||||||
|
Reference in New Issue
Block a user