Merge "Use command instead of which to locate/run adb" into main
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user