Skip to content

Conversation

@kolyshkin
Copy link
Contributor

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 57251d8.

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 57251d8.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
@avagin
Copy link
Member

avagin commented Oct 27, 2025

LGTM, thanks

Copy link
Member

@rst0git rst0git left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rst0git rst0git merged commit 55c0baa into checkpoint-restore:criu-dev Oct 27, 2025
36 of 44 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants