Merge "Use command instead of which to locate/run adb" into main

This commit is contained in:
Shaju Mathew
2023-07-14 02:21:28 +00:00
committed by Gerrit Code Review

View File

@@ -1076,7 +1076,7 @@ function cproj()
} }
function adb() { function adb() {
`which adb` "${@}" command adb "${@}"
} }
# simplified version of ps; output in the form # simplified version of ps; output in the form