mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-17 14:37:02 +00:00
The `which` command isn't guaranteed to be available, it is just extremely common; `command -v` is the standard way to do find an executable program. See https://lwn.net/Articles/874049/ for more details. This patch replaces the uses of `which` with `command -v`, which only appears in a couple of tests.