Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8e8c7980 authored by Shaju Mathew's avatar Shaju Mathew Committed by Automerger Merge Worker
Browse files

Merge "Use command instead of which to locate/run adb" into main am: 9c777ce8

parents 4bbf7a86 9c777ce8
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -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