commit | 9c777ce8a58bdd6fce915f97a96b22e1adf753ac | [log] [tgz] |
---|---|---|
author | Shaju Mathew <shaju@google.com> | Fri Jul 14 02:21:28 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Jul 14 02:21:28 2023 +0000 |
tree | d7ecb60ddf529bed28080b06701a4be3db78a790 | |
parent | e75c063d1f3ff46468c88ca9788f8bbbfbff46cc [diff] | |
parent | 11f188c09ae2cd0446296f8bcf996f2e63f3a0e0 [diff] |
Merge "Use command instead of which to locate/run adb" into main
diff --git a/envsetup.sh b/envsetup.sh index 9a0cd97..0a90460 100644 --- a/envsetup.sh +++ b/envsetup.sh
@@ -1076,7 +1076,7 @@ } function adb() { - `which adb` "${@}" + command adb "${@}" } # simplified version of ps; output in the form