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