Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`which` is an external command which isn't required by POSIX. Debian and other distributions (like Gentoo!) are looking to drop it from their base set of packages. Switch to `command -v` which is, however, POSIX. See https://lwn.net/Articles/874049/.
- Loading branch information