commit | afa0688aa4459f78ed1370425c05a8f61003538a | [log] [tgz] |
---|---|---|
author | Treehugger Robot <treehugger-gerrit@google.com> | Thu Dec 08 01:01:48 2022 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Dec 08 01:01:48 2022 +0000 |
tree | c967d5a519f3d761c13aa70413a77eb2b2a0a724 | |
parent | 3db8f0a65d4092fe65c5ba708aefcf1ac3cedd94 [diff] | |
parent | 51670eb2634a8000a03d1d914b169ee5a70d717d [diff] |
Merge "multitree_lunch: remove extraneous call"
diff --git a/envsetup.sh b/envsetup.sh index 51a1187..4990800 100644 --- a/envsetup.sh +++ b/envsetup.sh
@@ -444,9 +444,7 @@ # 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