criu/scripts/nmk/scripts
Kir Kolyshkin 07ad2473f2 Use command -v instead of which
Unlike "which", which is a separate executable not always installed by
default, "command -v" is a shell built-in available at least for bash,
dash, and busybox shell.

Unlike "which", "command -v" is also easier to grep for, and it is
already used in a few places here.

Inspired by commit 57251d811.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
2025-11-05 15:41:34 -08:00
..
build.mk nmk: Make collect-deps to be more precise about targets 2018-10-30 19:27:56 +03:00
include.mk compel: add riscv64 support 2025-03-21 12:40:31 -07:00
macro.mk Fix some codespell warnings 2022-04-28 17:53:52 -07:00
main.mk ci: fix codespell errors 2023-11-27 16:47:16 -08:00
msg.mk Fix some codespell warnings 2022-04-28 17:53:52 -07:00
tools.mk Use command -v instead of which 2025-11-05 15:41:34 -08:00
utils.mk build: respect $PKG_CONFIG settings 2021-09-03 10:31:00 -07:00